We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338a967 commit a3af142Copy full SHA for a3af142
.goreleaser.yaml
@@ -55,12 +55,12 @@ builds:
55
# - ghcr.io/haad/{{ .ProjectName }}:{{ .Version }}-arm64v8
56
57
archives:
58
- - replacements:
59
- darwin: darwin
60
- linux: linux
61
- windows: windows
62
- 386: i386
63
- amd64: amd64
+ - name_template: >-
+ {{- .ProjectName }}_
+ {{- title .Os }}_
+ {{- if eq .Arch "386" }}i386
+ {{- else }}{{ .Arch }}{{ end }}
+ {{- if .Arm }}v{{ .Arm }}{{ end -}}
64
checksum:
65
name_template: 'checksums.txt'
66
algorithm: sha256
0 commit comments