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 27, 2023
1 parent ca7e867 commit dc90b7d
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,7 @@ dockers:
- "--label=org.opencontainers.image.title={{.ProjectName}}"
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
- "--label=org.opencontainers.image.version={{.Version}}"
- "--build-arg TARGETARCH=ppc64el"
- "--build-arg=TARGETARCH=ppc64el"
use: buildx
goarch: s390x
goos: linux
Expand Down

0 comments on commit dc90b7d

Please sign in to comment.