stop buiulding intel on arm

This commit is contained in:
Jeremy Price
2025-05-02 10:59:42 +02:00
parent bb82b2513e
commit 8349065b0a

View File

@@ -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' }}