Skip to content

Commit

Permalink
feat: fix goreleaser (#180)
Browse files Browse the repository at this point in the history
Signed-off-by: Kasper J. Hermansen <kah@lunar.app>
  • Loading branch information
kjuulh committed Jul 21, 2023
1 parent 29ef2a0 commit 086ae4d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,14 @@ builds:
goarch:
- amd64
- arm64
- 386
- "386"
ldflags:
- "-s -w -X github.com/lunarway/shuttle/cmd.version={{.Version}} -X github.com/lunarway/shuttle/cmd.commit={{.Commit}}"

archives:
- id: archives
format: binary
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
replacements:
darwin: darwin
linux: linux
windows: windows
386: i386

checksum:
name_template: "{{ .ProjectName }}-checksums.txt"
Expand Down

0 comments on commit 086ae4d

Please sign in to comment.