|
|
|
@ -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]
|
|
|
|
@ -26,4 +27,6 @@ jobs:
|
|
|
|
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
|
|
|
|
profile-name: test-multi-builder
|
|
|
|
profile-name: test-multi-builder
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|