Skip to content

Commit

Permalink
chore: disable CGO (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigilioso authored Apr 13, 2023
1 parent 5f5d891 commit c18865a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ builds:
binary: nri-prometheus
ldflags:
- -s -w -X github.com/newrelic/nri-prometheus/internal/integration.Version={{.Version}} #-X main.gitCommit={{.Commit}} -X main.buildDate={{.Date}}
env:
- CGO_ENABLED=0
goos:
- windows
goarch:
Expand Down

0 comments on commit c18865a

Please sign in to comment.