Skip to content

Commit 6e8d1ae

Browse files
author
Alexandr Smirnov
committed
fix filename
1 parent c284735 commit 6e8d1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ nfpms:
4646
{{- if eq .Arch "amd64" }}x86_64
4747
{{- else if eq .Arch "386" }}i386
4848
{{- else if eq .Arch "arm64" }}aarch64
49-
{{- else }}{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}
49+
{{- else }}armhf{{ end }}
5050
{{ with .Mips }}_{{ . }}{{ end }}
5151
{{ end }}
5252
contents:

0 commit comments

Comments
 (0)