1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-06 04:36:16 +02:00

build: use s390x in filename

refs #802

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2024-03-19 10:23:56 -03:00
parent 2bfa63a13f
commit 507ad79260
No known key found for this signature in database

View File

@ -85,6 +85,7 @@ archives:
{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else if eq .Arch "s390" }}s390x
{{- else }}{{ .Arch }}{{ end }}
format_overrides:
- goos: windows