Add more env vars
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Peter Stuifzand 2019-08-06 22:37:23 +02:00
parent 50c192ce69
commit 7377aeb921
Signed by: peter
GPG Key ID: 374322D56E5209E8

View File

@ -10,7 +10,7 @@ steps:
image: golang:1.12-alpine
commands:
- export GOPATH=/go
- export CGO_ENABLED=0
- export CGO_ENABLED=0 GOOS=linux GOARCH=amd64
- apk --no-cache add git
- go get -d -t ./...
- go build ./...