We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf8126 commit 5354a8fCopy full SHA for 5354a8f
.goreleaser.yaml
@@ -24,7 +24,7 @@ archives:
24
# this name template makes the OS and Arch compatible with the results of `uname`.
25
name_template: >-
26
{{ .ProjectName }}_
27
- {{- title .Os }}_
+ {{ .Os }}_
28
{{- if eq .Arch "amd64" }}x86_64
29
{{- else if eq .Arch "386" }}i386
30
{{- else }}{{ .Arch }}{{ end }}
0 commit comments