Skip to content

Commit

Permalink
CI: add Fedora 38/39 into the mix
Browse files Browse the repository at this point in the history
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
  • Loading branch information
evelikov committed Feb 8, 2024
1 parent 09ff518 commit 457cb9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
- {name: "debian", tag: "12"}
- {name: "debian", tag: "11"}
- {name: "debian", tag: "10"}
- {name: "fedora/fedora", tag: "39", url: "quay.io/"}
- {name: "fedora/fedora", tag: "38", url: "quay.io/"}
- {name: "gentoo/stage3", tag: "latest"}
- {name: "ubuntu", tag: "22.04"}
- {name: "ubuntu", tag: "20.04"}
Expand Down Expand Up @@ -68,6 +70,11 @@ jobs:
apt-get update -q
apt-get install -qy make linux-headers-amd64 linux-image-amd64 openssl xz-utils
- name: Install Fedora dependencies
if: contains(matrix.distro.name, 'fedora')
run: |
yum install -y diffutils elfutils-libelf gcc kernel kernel-devel make openssl
- name: Install Gentoo Linux dependencies
if: matrix.distro.name == 'gentoo/stage3'
run: |
Expand Down

0 comments on commit 457cb9f

Please sign in to comment.