Skip to content

Commit

Permalink
build: add missing build variables
Browse files Browse the repository at this point in the history
  • Loading branch information
thde committed Sep 23, 2024
1 parent c461d6e commit 431589e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ builds:
- amd64
- arm64
ldflags:
- -s -w -X main.version={{.Version}}
- -s -w
- -X main.version={{.Version}}
- -X main.commit={{.Commit}}
- -X main.date={{.Date}}
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 431589e

Please sign in to comment.