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 b23fa77 commit ebb3902Copy full SHA for ebb3902
.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 }}
+ name: Build Container ${{ matrix.container-name }} ${{ runner.arch }}
25
if: github.repository_owner == 'llvm'
26
runs-on: ${{ matrix.runs-on }}
27
strategy:
0 commit comments