Skip to content

Commit

Permalink
build: fix s390x build
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Apr 1, 2024
1 parent 2118e9a commit 19f864b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ builds:
- amd64
- arm64
- ppc64le
- s390
- s390x
mod_timestamp: "{{ .CommitTimestamp }}"
flags:
- -trimpath
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 19f864b

Please sign in to comment.