File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 matrix :
1010 test_os : [fedora-42]
11+ test_runner : [ubuntu-latest, ubuntu-24.04-arm]
1112
12- runs-on : ubuntu-latest
13+ runs-on : ${{ matrix.test_runner }}
1314
1415 steps :
1516 - name : Install podman for heredoc support
@@ -31,13 +32,15 @@ jobs:
3132 sudo chmod 0755 /tmp/tmp-bootc-build/id_rsa
3233
3334 - name : Archive bootc disk image - disk.raw
35+ if : matrix.test_runner == 'ubuntu-latest'
3436 uses : actions/upload-artifact@v4
3537 with :
3638 name : PR-${{ github.event.number }}-${{ matrix.test_os }}-disk
3739 path : /tmp/tmp-bootc-build/disk.raw
3840 retention-days : 1
3941
4042 - name : Archive SSH private key - id_rsa
43+ if : matrix.test_runner == 'ubuntu-latest'
4144 uses : actions/upload-artifact@v4
4245 with :
4346 name : PR-${{ github.event.number }}-${{ matrix.test_os }}-id_rsa
You can’t perform that action at this time.
0 commit comments