From 3228a6015ac821b0f418280504265a231a214f08 Mon Sep 17 00:00:00 2001 From: Paul Bastide Date: Thu, 27 Apr 2023 21:29:05 -0400 Subject: [PATCH] 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 --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index f07812113..adf73f566 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -25,6 +25,7 @@ builds: - arm64 - 386 - s390x + - ppc64le goos: - linux - darwin