Skip to content

Commit

Permalink
chore(ci): set ldflags for goreleaser from env.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP authored and poiana committed Sep 27, 2023
1 parent 9531a96 commit 0b41bf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ builds:
goarch:
- amd64
- arm64
ldflags:
- "{{.Env.LDFLAGS}}"
binary: dbg-go

checksum:
Expand Down

0 comments on commit 0b41bf4

Please sign in to comment.