2
0
Fork 0
mirror of https://code.forgejo.org/docker/build-push-action.git synced 2025-06-24 16:05:54 +00:00

runs only amd64 build

This commit is contained in:
Prajjwal 2025-04-16 15:12:13 +05:30
parent 91af290394
commit e0a83441dd

View file

@ -27,7 +27,8 @@ jobs:
file: __tests__/Dockerfile
tags: test-image-run-${{ matrix.run_number }}
push: false
platforms: linux/amd64,linux/arm64
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64
profile-name: test-dev