Skip to content

Commit f29a262

Browse files
committed
fix: build che-code images
Signed-off-by: vitaliy-guliy <vgulyy@redhat.com>
1 parent 2ac916d commit f29a262

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/pull-request-check.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)