Skip to content

Commit

Permalink
Add ARM version to release artifact name if present
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Dec 28, 2022
1 parent 68c026b commit 3a7305a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ archives:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
format: tar.gz
format_overrides:
- goos: windows
Expand Down

0 comments on commit 3a7305a

Please sign in to comment.