We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1badd commit 92a0d64Copy full SHA for 92a0d64
.github/workflows/premerge.yaml
@@ -31,11 +31,11 @@ jobs:
31
strategy:
32
matrix:
33
runs-on:
34
- - ubuntu-24.04
+ - depot-ubuntu-24.04-arm-4
35
- llvm-premerge-linux-runners
36
runs-on: ${{ matrix.runs-on }}
37
container:
38
- image: ${{ (startsWith(matrix.runs-on, 'ubuntu-24.04') && format('ghcr.io/{0}/ci-ubuntu-24.04',github.repository_owner) ) || null }}
+ image: ${{ (startsWith(matrix.runs-on, 'depot-ubuntu-24.04-arm-16') && format('ghcr.io/{0}/arm64v8/ci-ubuntu-24.04',github.repository_owner) ) || null }}
39
defaults:
40
run:
41
# The run step defaults to using sh as the shell when running in a
0 commit comments