File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -322,11 +322,16 @@ jobs:
322322 strategy :
323323 matrix :
324324 include :
325- - { target: x86_64-unknown-linux-gnu, runner: spacetimedb-runner }
325+ - runner : spacetimedb-new-runner
326+ target : x86_64-unknown-linux-gnu
327+ container :
328+ image : localhost:5000/spacetimedb-ci:latest
329+ options : --privileged
326330 - { target: aarch64-unknown-linux-gnu, runner: arm-runner }
327331 - { target: aarch64-apple-darwin, runner: macos-latest }
328332 - { target: x86_64-pc-windows-msvc, runner: windows-latest }
329333 runs-on : ${{ matrix.runner }}
334+ container : ${{ matrix.container }}
330335 steps :
331336 - name : Checkout
332337 uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -8,7 +8,10 @@ permissions: read-all
88
99jobs :
1010 version_upgrade_check :
11- runs-on : spacetimedb-runner
11+ runs-on : spacetimedb-new-runner
12+ container :
13+ image : localhost:5000/spacetimedb-ci:latest
14+ options : --privileged
1215 steps :
1316 - name : Checkout
1417 uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments