We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0dc9df commit e37f3beCopy full SHA for e37f3be
1 file changed
.goreleaser.yml
@@ -19,6 +19,8 @@ builds:
19
archives:
20
- id: "cli-proxy-api"
21
format: tar.gz
22
+ name_template: >-
23
+ {{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{- if eq .Arch "arm64" -}}aarch64{{- else -}}{{ .Arch }}{{- end -}}
24
format_overrides:
25
- goos: windows
26
format: zip
0 commit comments