Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Fix releaser configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 8, 2024
1 parent 73655bf commit 66b0dab
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@ builds:
- amd64
- arm
- arm64
ignore:
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
- goos: darwin
goarch: 386
- goos: darwin
goarch: arm
archives:
- format: binary
name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
arm64: aarch64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 66b0dab

Please sign in to comment.