From a0e606929e342987e492db71e62703979ddde68b Mon Sep 17 00:00:00 2001 From: Atharva Shirdhankar <72031540+StarTrooper08@users.noreply.github.com> Date: Thu, 15 Aug 2024 23:30:34 +0530 Subject: [PATCH] Update build-and-publish-image.yml --- .github/workflows/build-and-publish-image.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/build-and-publish-image.yml b/.github/workflows/build-and-publish-image.yml index 20666438..8560b206 100644 --- a/.github/workflows/build-and-publish-image.yml +++ b/.github/workflows/build-and-publish-image.yml @@ -71,16 +71,4 @@ jobs: build-args: | CONTAINER_VERSION=${{ env.VERSION }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64 - - - - name: Build and push ARM based Docker image - uses: docker/build-push-action@v5 - with: - context: . - push: true - tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:arm.${{ github.ref_name }} - build-args: | - CONTAINER_VERSION=${{ env.VERSION }} - labels: ${{ steps.meta.outputs.labels }} - platforms: linux/arm64 + #platforms: linux/amd64