CI: add back EL 8

Add back EL 8 to test legacy compatibility

Follow-up to PR 10297

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2024-06-06 13:35:19 +09:00
parent 378a502fb2
commit 08c1e12e9b
No known key found for this signature in database
GPG Key ID: 49524C6F9F638F1A

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 }}