We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03f0a2 commit e34c7eeCopy full SHA for e34c7ee
1 file changed
.goreleaser.yml
@@ -10,8 +10,6 @@ builds:
10
- linux
11
- windows
12
- darwin
13
-archives:
14
- - 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