File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1919 strategy :
2020 fail-fast : false
2121 matrix :
22- dist : [ 'libc-ubi8' ]
22+ dist : [ 'musl', ' libc-ubi8', 'libc-ubi9 ' ]
2323 arch : ['amd64']
2424 runs-on : ubuntu-22.04
2525 steps :
@@ -58,15 +58,15 @@ jobs:
5858 with :
5959 image : " linux-libc-ubi8-amd64"
6060
61- # - name: Download linux-libc-ubi9-amd64 image
62- # uses: ishworkh/container-image-artifact-download@v2.0.0
63- # with:
64- # image: "linux-libc-ubi9-amd64"
61+ - name : Download linux-libc-ubi9-amd64 image
62+ uses : ishworkh/container-image-artifact-download@v2.0.0
63+ with :
64+ image : " linux-libc-ubi9-amd64"
6565
66- # - name: Download linux-musl image
67- # uses: ishworkh/container-image-artifact-download@v2.0.0
68- # with:
69- # image: "linux-musl-amd64"
66+ - name : Download linux-musl image
67+ uses : ishworkh/container-image-artifact-download@v2.0.0
68+ with :
69+ image : " linux-musl-amd64"
7070
7171 - name : Display docker images
7272 run : |
You can’t perform that action at this time.
0 commit comments