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.
1 parent 8379dac commit d795cedCopy full SHA for d795ced
.goreleaser.yml
@@ -23,7 +23,8 @@ builds:
23
- mips64le
24
- ppc64le
25
archives:
26
-- replacements:
+- name_template: "{{ .Binary }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
27
+ replacements:
28
darwin: Darwin
29
linux: Linux
30
windows: Windows
0 commit comments