Skip to content

Commit 5cfc652

Browse files
authored
feat: disable CGO for amd64 (NR-118431) (newrelic#1689)
1 parent c46599b commit 5cfc652

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build/goreleaser/linux/build_amd64.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
main: ./cmd/newrelic-infra
44
binary: newrelic-infra
55
env:
6-
- CGO_ENABLED=1
6+
- CGO_ENABLED=0
77
goos:
88
- linux
99
ldflags:
@@ -17,7 +17,7 @@
1717
main: ./cmd/newrelic-infra-ctl
1818
binary: newrelic-infra-ctl
1919
env:
20-
- CGO_ENABLED=1
20+
- CGO_ENABLED=0
2121
goos:
2222
- linux
2323
ldflags:
@@ -31,7 +31,7 @@
3131
main: ./cmd/newrelic-infra-service
3232
binary: newrelic-infra-service
3333
env:
34-
- CGO_ENABLED=1
34+
- CGO_ENABLED=0
3535
goos:
3636
- linux
3737
ldflags:

0 commit comments

Comments
 (0)