drone now?

This commit is contained in:
2018-08-01 19:31:39 -06:00
parent 1cf4a7b96a
commit 963c538c5c

17
.drone.yml Normal file
View File

@@ -0,0 +1,17 @@
pipeline:
build:
image: golang
environment:
- GOOS=linux
- GOARCH=arm
- GOARM=7
commands:
- go build
publish:
image: plugins/docker
repo: deadbeef.codes:5000/mandelmap
registry: deadbeef.codes:5000
auto_tag: true
auto_tag_suffix: linux-rpi3