mandelmapper/.drone.yml

17 lines
304 B
YAML
Raw Normal View History

2018-08-02 01:23:42 +00:00
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