[bugfix] Disable cgo from builds
This commit is contained in:
parent
017300aee3
commit
07338a6ba7
@ -15,6 +15,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
API_KEY:
|
API_KEY:
|
||||||
from_secret: api_key
|
from_secret: api_key
|
||||||
|
CGO_ENABLED: 0
|
||||||
GOOS: linux,windows,darwin,openbsd,freebsd
|
GOOS: linux,windows,darwin,openbsd,freebsd
|
||||||
GOARCH: 386,amd64,arm,arm64
|
GOARCH: 386,amd64,arm,arm64
|
||||||
- name: package
|
- name: package
|
||||||
|
Loading…
Reference in New Issue
Block a user