Skip to content

Commit 4a18adc

Browse files
authored
Merge pull request containerd#10304 from AkihiroSuda/ci-add-back-rocky8
CI: add back EL 8
2 parents 378a502 + 08c1e12 commit 4a18adc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,11 @@ jobs:
528528
matrix:
529529
box:
530530
- fedora/39-cloud-base
531+
# We have to keep EL8 to test old glibc, cgroup, kernel, etc.
532+
# The image was changed from rockylinux/8 to almalinux/8,
533+
# as the former one no longer works:
534+
# https://github.com/containerd/containerd/pull/10297
535+
- almalinux/8
531536
- rockylinux/[email protected]
532537
env:
533538
BOX: ${{ matrix.box }}

0 commit comments

Comments
 (0)