Skip to content

Commit

Permalink
Fix dot in Arm binary builds (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners authored Mar 17, 2023
1 parent 2d773f5 commit 869e254
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ nfpms:
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else if eq .Arch "arm64" }}aarch64
{{- else }}
{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}
{{- else }}{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}
{{ with .Mips }}_{{ . }}{{ end }}
{{ end }}
contents:
Expand Down

0 comments on commit 869e254

Please sign in to comment.