Skip to content

Commit f733a53

Browse files
authored
Merge pull request #5 from phpclub/armhf-beta
fix filename
2 parents 7d1c989 + 2b97c39 commit f733a53

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 }}armhf{{ end }}
49+
{{- else }}armhf
5050
{{ with .Mips }}_{{ . }}{{ end }}
5151
{{ end }}
5252
contents:

0 commit comments

Comments
 (0)