Skip to content

Commit

Permalink
fix goreleaser duplicate ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
slimm609 committed Dec 15, 2024
1 parent a4a950e commit 81392d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ builds:
- -X "main.version={{ .Version }}"
- -X "main.commit={{ .Commit }}"
- -X "main.date={{ .Date }}"
- -buildmode=exe
env:
- CGO_ENABLED=0
goos:
- windows
goarch:
- amd64
- arm64
ldflags:
- -buildmode=exe

0 comments on commit 81392d7

Please sign in to comment.