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 c16bb9f commit 29033baCopy full SHA for 29033ba
.github/workflows/build-ci-container.yml
@@ -21,7 +21,7 @@ on:
21
22
jobs:
23
build-ci-container:
24
- name: Build Container ${{ matrix.container-name }} ${{ matrix.runs-on }}
+ name: Build Container ${{ matrix.container-name }} ${{ (contains(matrix.runs-on, "arm") && "ARM64") || "X64" }}
25
if: github.repository_owner == 'llvm'
26
runs-on: ${{ matrix.runs-on }}
27
strategy:
0 commit comments