Updating drone workspace and pipeline

This commit is contained in:
Steven Polley 2018-08-01 19:44:17 -06:00
parent 963c538c5c
commit 686d67706d
1 changed files with 6 additions and 1 deletions

View File

@ -1,11 +1,16 @@
workspace:
base: /go
path: src/deadbeef.codes/steven/mandelbrot
pipeline:
build:
image: golang
image: golang:latest
environment:
- GOOS=linux
- GOARCH=arm
- GOARM=7
commands:
- go get
- go build