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.
2 parents 7d1c989 + 2b97c39 commit f733a53Copy full SHA for f733a53
.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 }}armhf{{ end }}
+ {{- else }}armhf
50
{{ with .Mips }}_{{ . }}{{ end }}
51
{{ end }}
52
contents:
0 commit comments