Use CGO_ENABLED=0 for the build to get a working docker image
This commit is contained in:
parent
de116a4b65
commit
422448006e
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
builds:
|
builds:
|
||||||
- binary: php-fpm_exporter
|
- binary: php-fpm_exporter
|
||||||
|
env:
|
||||||
|
- CGO_ENABLED=0
|
||||||
goos:
|
goos:
|
||||||
- windows
|
- windows
|
||||||
- darwin
|
- darwin
|
||||||
|
|
Loading…
Reference in a new issue