Skip to content

Commit

Permalink
Update goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buger authored Sep 28, 2023
1 parent dc90b7d commit 4b56cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/goreleaser/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ dockers:
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--build-arg=TARGETARCH=ppc64el"
use: buildx
goarch: s390x
goos: linux
Expand All @@ -97,6 +96,7 @@ dockers:
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--build-arg=TARGETARCH=ppc64el"
use: buildx
goarch: ppc64le
goos: linux
Expand Down

0 comments on commit 4b56cda

Please sign in to comment.