diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ad1ff22a..f7bc19ca5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,10 +50,6 @@ jobs: password: ${{ secrets.DOCKER_TOKEN }} if: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }} - - - name: Set up QEMU - uses: docker/setup-qemu-action@v3 - - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 @@ -61,7 +57,7 @@ jobs: uses: docker/build-push-action@v6 with: context: . - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: ${{ !github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }} file: ./Dockerfile tags: ${{ steps.meta.outputs.tags }}