We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
archives.replacements
1 parent 9f115a5 commit 8fdc8aeCopy full SHA for 8fdc8ae
.goreleaser.yml
@@ -24,8 +24,6 @@ builds:
24
- amd64
25
- arm64
26
archives:
27
- - name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}"
+ - name_template: '{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{if eq .Arch "amd64"}}x86_64{{else}}{{ .Arch }}{{end}}'
28
format: binary
29
- replacements:
30
- amd64: x86_64
31
dist: _output
0 commit comments