Skip to content

Commit

Permalink
Fix deprecated archives in Goreleaser (#287).
Browse files Browse the repository at this point in the history
  • Loading branch information
jimafisk committed Jul 22, 2023
1 parent e327d0b commit 4ffd5b6
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ builds:
universal_binaries:
- replace: true
archives:
- replacements:
darwin: Mac
linux: Linux
#windows: Windows
386: 32-bit
amd64: 64-bit
- id: default
name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Mac
linux: Linux
#windows: Windows
386: 32-bit
amd64: 64-bit
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 4ffd5b6

Please sign in to comment.