fix: compile tool without cgo_enabled flag
Remove the `CGO_ENABLED=0` flag from the `goreleaser` configuration. This was causing the compiled binary to throw segmentation errors when collecting metrics.
This commit is contained in:
parent
e94143e81c
commit
0842419136
@ -7,9 +7,7 @@ before:
|
||||
# you may remove this if you don't need go generate
|
||||
- go generate ./...
|
||||
builds:
|
||||
- env:
|
||||
- CGO_ENABLED=0
|
||||
goos:
|
||||
- goos:
|
||||
- linux
|
||||
- windows
|
||||
- darwin
|
||||
|
Loading…
Reference in New Issue
Block a user