mandelmapper/.drone.yml
Steven Polley 3cf557ebe7 Fix IP address print
Fix docker repo
Fix local build tasks
2018-08-01 22:34:29 -06:00

20 lines
401 B
YAML

workspace:
base: /go
path: src/deadbeef.codes/steven/mandelmapper
pipeline:
build:
image: golang:latest
environment:
- GOOS=linux
- GOARCH=arm
- GOARM=7
commands:
- go get
- go build
publish:
image: plugins/docker
repo: deadbeef.codes:5000/mandelmapper
registry: deadbeef.codes:5000
auto_tag: true
auto_tag_suffix: ${DRONE_COMMIT}