We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 338a967 commit 0aaf77fCopy full SHA for 0aaf77f
.goreleaser.yaml
@@ -55,12 +55,13 @@ 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 }}_
+ {{- .Version }}_
+ {{- tolower .Os }}_
+ {{- if eq .Arch "386" }}i386
+ {{- else }}{{ tolower .Arch }}{{ end }}
64
+ {{- if .Arm }}v{{ tolower .Arm }}{{ end -}}
65
checksum:
66
name_template: 'checksums.txt'
67
algorithm: sha256
0 commit comments