Skip to content

Commit

Permalink
Checking if this env variable will work
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-dadams committed Sep 12, 2024
1 parent 513cc8b commit a194f0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/goreleaser/linux/build_legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
binary: newrelic-infra
env:
- CGO_ENABLED=1
- CGO_CFLAGS="-march=zEC12"
goos:
- linux
ldflags:
Expand All @@ -26,6 +27,7 @@
binary: newrelic-infra-ctl
env:
- CGO_ENABLED=1
- CGO_CFLAGS="-march=zEC12"
goos:
- linux
ldflags:
Expand All @@ -48,6 +50,7 @@
binary: newrelic-infra-service
env:
- CGO_ENABLED=1
- CGO_CFLAGS="-march=zEC12"
goos:
- linux
ldflags:
Expand Down

0 comments on commit a194f0e

Please sign in to comment.