mirror of
https://code.forgejo.org/docker/build-push-action.git
synced 2025-06-24 16:05:54 +00:00
only runs on arm
This commit is contained in:
parent
f70fa99c35
commit
81a562cc4f
1 changed files with 2 additions and 3 deletions
5
.github/workflows/debug.yaml
vendored
5
.github/workflows/debug.yaml
vendored
|
@ -9,8 +9,7 @@ on:
|
|||
jobs:
|
||||
test-multi-warp:
|
||||
name: Debug Run ${{ matrix.run_number }}
|
||||
# runs-on: warp-ubuntu-latest-x64-2x
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: warp-ubuntu-latest-x64-2x
|
||||
strategy:
|
||||
matrix:
|
||||
run_number: [1]
|
||||
|
@ -26,7 +25,7 @@ jobs:
|
|||
file: __tests__/Dockerfile
|
||||
tags: test-image-run-${{ matrix.run_number }}
|
||||
push: false
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/arm64
|
||||
profile-name: test-multi-builder
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue