Skip to content

Commit

Permalink
feat: disable CGO for amd64 (NR-118431) (#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez authored Jun 30, 2023
1 parent c46599b commit 5cfc652
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/goreleaser/linux/build_amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
main: ./cmd/newrelic-infra
binary: newrelic-infra
env:
- CGO_ENABLED=1
- CGO_ENABLED=0
goos:
- linux
ldflags:
Expand All @@ -17,7 +17,7 @@
main: ./cmd/newrelic-infra-ctl
binary: newrelic-infra-ctl
env:
- CGO_ENABLED=1
- CGO_ENABLED=0
goos:
- linux
ldflags:
Expand All @@ -31,7 +31,7 @@
main: ./cmd/newrelic-infra-service
binary: newrelic-infra-service
env:
- CGO_ENABLED=1
- CGO_ENABLED=0
goos:
- linux
ldflags:
Expand Down

0 comments on commit 5cfc652

Please sign in to comment.