Skip to content

Commit

Permalink
fix for missing ldflags in darwin build (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Nov 3, 2022
1 parent 5998252 commit bb719ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser-darwin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
builds:
- main: ./cmd/zrok
binary: zrok
ldflags: "-s -w -X github.com/openziti-test-kitchen/zrok/build.Version={{.Tag}} -X github.com/openziti-test-kitchen/zrok/build.Hash={{.ShortCommit}}"
env:
- CGO_ENABLED=1
goos:
Expand Down

0 comments on commit bb719ac

Please sign in to comment.