Skip to content

Commit

Permalink
fix: correct build tags for goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja committed Dec 5, 2023
1 parent 7bae378 commit 45bdaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ builds:
goarch:
- amd64
- arm64
ldflags: -s -w -X "main.Version={{ .Version }}" -X "main.GitTag={{ .Tag }}" -X "main.BuildDate={{ .Date }}"
ldflags: -s -w -X "main.BuildVersion={{ .Version }}" -X "main.BuildGitTag={{ .Tag }}" -X "main.BuildDate={{ .Date }}"
env:
- CGO_ENABLED=0

Expand Down

0 comments on commit 45bdaf2

Please sign in to comment.