mirror of
https://github.com/docker/build-push-action.git
synced 2025-07-06 01:00:51 +00:00
test on ubuntu latest
This commit is contained in:
parent
603a9cec3b
commit
f70fa99c35
7
.github/workflows/debug.yaml
vendored
7
.github/workflows/debug.yaml
vendored
@ -7,9 +7,10 @@ on:
|
|||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test-multi-warp:
|
||||||
name: Debug Run ${{ matrix.run_number }}
|
name: Debug Run ${{ matrix.run_number }}
|
||||||
runs-on: warp-ubuntu-latest-x64-2x
|
# runs-on: warp-ubuntu-latest-x64-2x
|
||||||
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
run_number: [1]
|
run_number: [1]
|
||||||
@ -27,3 +28,5 @@ jobs:
|
|||||||
push: false
|
push: false
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
profile-name: test-multi-builder
|
profile-name: test-multi-builder
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user