File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -306,9 +306,7 @@ jobs:
306306 arch : amd64
307307 - distrib : el9
308308 arch : amd64
309-
310- name : deliver ${{ matrix.distrib }}
311-
309+ name : deliver ${{ matrix.distrib }} ${{ matrix.arch }}
312310 steps :
313311 - name : Checkout sources
314312 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
@@ -345,11 +343,11 @@ jobs:
345343 arch : arm64
346344 - distrib : bookworm
347345 arch : amd64
346+ - distrib : bookworm
347+ arch : arm64
348348 - distrib : jammy
349349 arch : amd64
350-
351- name : deliver ${{ matrix.distrib }}
352-
350+ name : deliver ${{ matrix.distrib }} ${{ matrix.arch }}
353351 steps :
354352 - name : Checkout sources
355353 uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
You can’t perform that action at this time.
0 commit comments