mandelmapper/.drone.yaml
2018-08-01 19:23:42 -06:00

17 lines
304 B
YAML

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