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:
|
||||
- binary: php-fpm_exporter
|
||||
env:
|
||||
- CGO_ENABLED=0
|
||||
goos:
|
||||
- windows
|
||||
- darwin
|
||||
|
|
Loading…
Reference in a new issue