fix: disable cgo in goreleaser build
This commit is contained in:
parent
c19b986795
commit
53a1f12f39
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
project_name: fail2ban_exporter
|
project_name: fail2ban_exporter
|
||||||
builds:
|
builds:
|
||||||
-
|
- env: [CGO_ENABLED=0]
|
||||||
binary: fail2ban_exporter
|
binary: fail2ban_exporter
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
|
|
Loading…
Reference in a new issue