From 8e84c37290aeb8c112da4de92342a3bcbefc07f6 Mon Sep 17 00:00:00 2001 From: VinneyJ Date: Tue, 15 Oct 2024 13:34:00 +0300 Subject: [PATCH] chore: remove multiplatform support --- .github/workflows/climatemappedafrica-deploy-dev.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/climatemappedafrica-deploy-dev.yml b/.github/workflows/climatemappedafrica-deploy-dev.yml index 4c9d24776..477e761f8 100644 --- a/.github/workflows/climatemappedafrica-deploy-dev.yml +++ b/.github/workflows/climatemappedafrica-deploy-dev.yml @@ -33,10 +33,6 @@ jobs: with: fetch-depth: 0 - # Add support for more platforms with QEMU (optional) - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 @@ -64,7 +60,6 @@ jobs: cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new context: . - platforms: linux/amd64,linux/arm64 target: climatemappedafrica-runner push: true tags: "${{ env.IMAGE_NAME }}:${{ github.sha }}"