Skip to content

Commit

Permalink
chore: stop using the deprecated field archives.replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored and johanbrandhorst committed Jul 28, 2023
1 parent 9f115a5 commit 8fdc8ae
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yml
Expand Up @@ -24,8 +24,6 @@ builds:
- amd64
- arm64
archives:
- name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
- name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{if eq .Arch "amd64"}}x86_64{{else}}{{ .Arch }}{{end}}'
format: binary
replacements:
amd64: x86_64
dist: _output

0 comments on commit 8fdc8ae

Please sign in to comment.