Merge pull request #10304 from AkihiroSuda/ci-add-back-rocky8
CI: add back EL 8
This commit is contained in:
commit
4a18adcfca
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -528,6 +528,11 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
box:
|
box:
|
||||||
- fedora/39-cloud-base
|
- 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
|
- rockylinux/9@4.0.0
|
||||||
env:
|
env:
|
||||||
BOX: ${{ matrix.box }}
|
BOX: ${{ matrix.box }}
|
||||||
|
Loading…
Reference in New Issue
Block a user