Skip to content

Commit

Permalink
Add ppc64le to .goreleaser.yml (#1680)
Browse files Browse the repository at this point in the history
The PowerPC (ppc64le) architecture was not included (in the container image it is). 

This is to make the release consistent and ensure the ppc64le is available.

Signed-off-by: Paul Bastide <pbastide@redhat.com>
  • Loading branch information
prb112 committed Apr 28, 2023
1 parent d64f9e0 commit 3228a60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ builds:
- arm64
- 386
- s390x
- ppc64le
goos:
- linux
- darwin
Expand Down

0 comments on commit 3228a60

Please sign in to comment.