Skip to content

Commit

Permalink
goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
izqalan committed Apr 1, 2024
1 parent 4e3dee1 commit d3cdec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
builds:
- ldflags:
- -s -w -X cmd.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
- binary: firehouse
goos:
- darwin
- linux
goarch:
- amd64
- arm64
ldflags:
- -s -w -X cmd.build={{.Version}}
env:
- CGO_ENABLED=0
flags:
Expand Down

0 comments on commit d3cdec3

Please sign in to comment.