From 0b12f56b375240c8534672bb356391ef9a5d8316 Mon Sep 17 00:00:00 2001 From: Jon Johnson Date: Fri, 5 May 2023 09:53:54 -0700 Subject: [PATCH] Add ppc64le to all binaries (#1688) goreleaser failed with: archive has different count of binaries for each platform, which may cause your users confusion. --- .goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index adf73f566..ef15e4439 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -52,6 +52,7 @@ builds: - arm64 - 386 - s390x + - ppc64le goos: - linux - darwin @@ -79,6 +80,7 @@ builds: - arm64 - 386 - s390x + - ppc64le goos: - linux - darwin