From a98c9f14df6b7d03e61d3ba74f004b621698ef14 Mon Sep 17 00:00:00 2001 From: Corey Date: Thu, 25 Jan 2024 11:12:04 -0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 647aebd..ff10a19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: if: env.BRANCH == env.LATEST uses: docker/build-push-action@v3 with: - platforms: linux/amd64, linux/arm64/v8, linux/ppc64le, linux/arm/v6, linux/arm/v7 + platforms: linux/amd64, linux/arm64/v8 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta-latest.outputs.tags }} labels: ${{ steps.meta-latest.outputs.labels }}