Updating drone workspace and pipeline
This commit is contained in:
parent
963c538c5c
commit
686d67706d
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user