Skip to content

Commit 3228a60

Browse files
authored
Add ppc64le to .goreleaser.yml (#1680)
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>
1 parent d64f9e0 commit 3228a60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ builds:
2525
- arm64
2626
- 386
2727
- s390x
28+
- ppc64le
2829
goos:
2930
- linux
3031
- darwin

0 commit comments

Comments
 (0)