We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d94e24d + 1b646f3 commit 36c9aa4Copy full SHA for 36c9aa4
1 file changed
.goreleaser.yml
@@ -11,7 +11,7 @@ builds:
11
- windows
12
- darwin
13
archives:
14
- - name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os | title }}_{{ .Arch | replace "386" "i386" | replace "amd64" "x86_64" }}'
+ - name_template: '{{ .ProjectName }}_{{ .Version }}_{{ .Os | title }}_{{ .Arch | replace "386" "i386" | replace "amd64" "x86_64" }}{{ with .Goamd64 }}_{{ . }}{{ end }}{{ with .Goarm }}_{{ . }}{{ end }}{{ with .Go386 }}_{{ . }}{{ end }}'
15
checksum:
16
name_template: 'checksums.txt'
17
snapshot:
0 commit comments