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

build: fix s390x build

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2024-04-01 10:57:50 -03:00
parent 2118e9a218
commit 19f864b2d4
No known key found for this signature in database

View File

@ -24,7 +24,7 @@ builds:
- amd64
- arm64
- ppc64le
- s390
- s390x
mod_timestamp: "{{ .CommitTimestamp }}"
flags:
- -trimpath
@ -85,7 +85,6 @@ 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