From ea27c5b9583fb0895ddb4ceb71304376623ec238 Mon Sep 17 00:00:00 2001 From: Corey Date: Thu, 2 Jan 2025 07:16:25 -0800 Subject: [PATCH] Update release-pgpool.yml --- .github/workflows/release-pgpool.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-pgpool.yml b/.github/workflows/release-pgpool.yml index 10604a3..8b2fd28 100644 --- a/.github/workflows/release-pgpool.yml +++ b/.github/workflows/release-pgpool.yml @@ -57,7 +57,7 @@ jobs: uses: docker/build-push-action@v5 with: file: Dockerfile.pgpool - platforms: linux/amd64, linux/arm64/v8, linux/ppc64le + platforms: linux/amd64, linux/arm64/v8 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}