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 5a68096 commit 12913f6Copy full SHA for 12913f6
.github/workflows/premerge.yaml
@@ -35,7 +35,7 @@ jobs:
35
- llvm-premerge-linux-runners
36
runs-on: ${{ matrix.runs-on }}
37
container:
38
- image: ${{ (startsWith(matrix.runs-on, 'depot-ubuntu-24.04-arm-16') && format('ghcr.io/{0}/arm64v8/ci-ubuntu-24.04',github.repository_owner) ) || null }}
+ image: ${{ (startsWith(matrix.runs-on, 'depot-ubuntu-24.04-arm') && 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