diff --git a/.github/workflows/docker-arm.yml b/.github/workflows/docker-arm.yml index 82f98da73a..1d7e7d2b97 100644 --- a/.github/workflows/docker-arm.yml +++ b/.github/workflows/docker-arm.yml @@ -77,7 +77,7 @@ jobs: with: context: . file: ./Dockerfile - platforms: linux/arm64,linux/amd64 + platforms: linux/arm64 # For pull requests, we run the Docker build (to ensure no PR changes break the build), # but we ONLY do an image push to DockerHub if it's NOT a PR push: ${{ github.event_name != 'pull_request' }}