We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e700ee4 commit e01127bCopy full SHA for e01127b
.goreleaser.yaml
@@ -10,13 +10,14 @@ builds:
10
- amd64
11
- arm
12
archives:
13
- - replacements:
14
- darwin: Darwin
15
- linux: Linux
16
- windows: Windows
17
- 386: i386
18
- amd64: x86_64
19
- arm64: arm64
+ - name_template: >-
+ {{- .ProjectName }}_
+ {{- .Version }}_
+ {{- title .Os }}_
+ {{- if eq .Arch "amd64" }}x86_64
+ {{- else if eq .Arch "386" }}i386
+ {{- else }}{{ .Arch }}{{ end }}
20
+ {{- if .Arm }}v{{ .Arm }}{{ end -}}
21
format_overrides:
22
- goos: windows
23
format: zip
0 commit comments