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