Skip to content

Commit 19f864b

Browse files
committed
build: fix s390x build
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
1 parent 2118e9a commit 19f864b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.goreleaser.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ builds:
2424
- amd64
2525
- arm64
2626
- ppc64le
27-
- s390
27+
- s390x
2828
mod_timestamp: "{{ .CommitTimestamp }}"
2929
flags:
3030
- -trimpath
@@ -85,7 +85,6 @@ archives:
8585
{{- title .Os }}_
8686
{{- if eq .Arch "amd64" }}x86_64
8787
{{- else if eq .Arch "386" }}i386
88-
{{- else if eq .Arch "s390" }}s390x
8988
{{- else }}{{ .Arch }}{{ end }}
9089
format_overrides:
9190
- goos: windows

0 commit comments

Comments
 (0)