Skip to content

Commit 8fdc8ae

Browse files
suzuki-shunsukejohanbrandhorst
authored andcommitted
chore: stop using the deprecated field archives.replacements
- #3435
1 parent 9f115a5 commit 8fdc8ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.goreleaser.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ builds:
2424
- amd64
2525
- arm64
2626
archives:
27-
- name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
27+
- name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{if eq .Arch "amd64"}}x86_64{{else}}{{ .Arch }}{{end}}'
2828
format: binary
29-
replacements:
30-
amd64: x86_64
3129
dist: _output

0 commit comments

Comments
 (0)