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:
|
pipeline:
|
||||||
build:
|
build:
|
||||||
image: golang
|
image: golang:latest
|
||||||
environment:
|
environment:
|
||||||
- GOOS=linux
|
- GOOS=linux
|
||||||
- GOARCH=arm
|
- GOARCH=arm
|
||||||
- GOARM=7
|
- GOARM=7
|
||||||
commands:
|
commands:
|
||||||
|
- go get
|
||||||
- go build
|
- go build
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user