We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c284735 commit 6e8d1aeCopy full SHA for 6e8d1ae
.goreleaser.yml
@@ -46,7 +46,7 @@ nfpms:
46
{{- if eq .Arch "amd64" }}x86_64
47
{{- else if eq .Arch "386" }}i386
48
{{- else if eq .Arch "arm64" }}aarch64
49
- {{- else }}{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}
+ {{- else }}armhf{{ end }}
50
{{ with .Mips }}_{{ . }}{{ end }}
51
{{ end }}
52
contents:
0 commit comments