Skip to content

Commit e37f3be

Browse files
committed
chore: update .goreleaser.yml to include custom archive naming with arch override logic
1 parent b0dc9df commit e37f3be

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ builds:
1919
archives:
2020
- id: "cli-proxy-api"
2121
format: tar.gz
22+
name_template: >-
23+
{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{- if eq .Arch "arm64" -}}aarch64{{- else -}}{{ .Arch }}{{- end -}}
2224
format_overrides:
2325
- goos: windows
2426
format: zip

0 commit comments

Comments
 (0)