Skip to content

Commit

Permalink
Merge pull request #10304 from AkihiroSuda/ci-add-back-rocky8
Browse files Browse the repository at this point in the history
CI: add back EL 8
  • Loading branch information
samuelkarp committed Jun 10, 2024
2 parents 378a502 + 08c1e12 commit 4a18adc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4a18adc

Please sign in to comment.