From 372ea50051fe29d3b467de5c3977d9dea541e4e1 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Tue, 28 Mar 2023 11:21:41 +0530 Subject: [PATCH] typo: restore arm64 and ppc64le builds --- .github/workflows/build-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 2e4fab8..d8d3876 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -118,7 +118,7 @@ jobs: uses: docker/build-push-action@v4 with: context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64,linux/ppc64le file: cmd/${{ matrix.brokers }}/Dockerfile push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.gcr-meta.outputs.tags }}