mirror of
https://github.com/docker/build-push-action.git
synced 2025-06-28 07:16:42 +02:00
runs only amd64 build
This commit is contained in:
parent
91af290394
commit
e0a83441dd
1 changed files with 2 additions and 1 deletions
3
.github/workflows/debug.yaml
vendored
3
.github/workflows/debug.yaml
vendored
|
@ -27,7 +27,8 @@ jobs:
|
||||||
file: __tests__/Dockerfile
|
file: __tests__/Dockerfile
|
||||||
tags: test-image-run-${{ matrix.run_number }}
|
tags: test-image-run-${{ matrix.run_number }}
|
||||||
push: false
|
push: false
|
||||||
platforms: linux/amd64,linux/arm64
|
# platforms: linux/amd64,linux/arm64
|
||||||
|
platforms: linux/amd64
|
||||||
profile-name: test-dev
|
profile-name: test-dev
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue