Merge pull request #10304 from AkihiroSuda/ci-add-back-rocky8

CI: add back EL 8
This commit is contained in:
Samuel Karp 2024-06-10 16:50:15 +00:00 committed by GitHub
commit 4a18adcfca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -528,6 +528,11 @@ jobs:
matrix:
box:
- fedora/39-cloud-base
# We have to keep EL8 to test old glibc, cgroup, kernel, etc.
# The image was changed from rockylinux/8 to almalinux/8,
# as the former one no longer works:
# https://github.com/containerd/containerd/pull/10297
- almalinux/8
- rockylinux/9@4.0.0
env:
BOX: ${{ matrix.box }}