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 e96746d commit 646f21aCopy full SHA for 646f21a
.goreleaser.yml
@@ -78,6 +78,7 @@ builds:
78
archives:
79
- name_template: >-
80
{{- .ProjectName }}_
81
+ {{- title .Os }}_
82
{{- if eq .Arch "amd64" }}x86_64
83
{{- else if eq .Arch "386" }}i386
84
{{- else if eq .Arch "darwin" }}macos
0 commit comments