stop building intel image in arm server

This commit is contained in:
Jeremy Price
2025-05-06 16:10:44 +02:00
parent 930a6a2ac8
commit 194a22452e

View File

@@ -142,7 +142,7 @@ jobs:
with:
context: .
file: ./Dockerfile.alpine
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' }}