Skip to content

Commit

Permalink
ci: goreleaser ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Bryce committed Sep 16, 2024
1 parent 1aff1ac commit b2e7df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ builds:
- darwin
main: ./cmd/veracity/
ldflags:
- "-s -w -X veracity.version={{.Version}} -X veracity.commit={{.Commit}} -X veracity.buildDate={{.Date}}"
- "-s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.buildDate={{.Date}}"

archives:
- format: tar.gz
Expand Down

0 comments on commit b2e7df9

Please sign in to comment.