From 1795ea3f5bf2966e6be4f4383a530a80a8ecf264 Mon Sep 17 00:00:00 2001 From: Tasos Katsoulas Date: Fri, 13 Oct 2023 15:58:34 +0300 Subject: Add Fedora 39 to our CI Signed-off-by: Tasos Katsoulas --- .github/data/distros.yml | 11 +++++++++-- packaging/PLATFORM_SUPPORT.md | 1 + 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/data/distros.yml b/.github/data/distros.yml index b2c2e4cab9..3dc8920f98 100644 --- a/.github/data/distros.yml +++ b/.github/data/distros.yml @@ -160,7 +160,7 @@ include: - &fedora distro: fedora - version: "38" + version: "39" support_type: Core notes: '' eol_check: true @@ -168,12 +168,19 @@ include: dnf remove -y json-c-devel packages: &fedora_packages type: rpm - repo_distro: fedora/38 + repo_distro: fedora/39 arches: - x86_64 - aarch64 test: ebpf-core: true + - <<: *fedora + version: "38" + packages: + <<: *fedora_packages + repo_distro: fedora/38 + test: + ebpf-core: true - <<: *fedora version: "37" packages: diff --git a/packaging/PLATFORM_SUPPORT.md b/packaging/PLATFORM_SUPPORT.md index ae3edf7213..2b4f2de93d 100644 --- a/packaging/PLATFORM_SUPPORT.md +++ b/packaging/PLATFORM_SUPPORT.md @@ -68,6 +68,7 @@ to work on these platforms with minimal user effort. | Debian | 12.x | x86\_64, i386, ARMv7, AArch64 | | | Debian | 11.x | x86\_64, i386, ARMv7, AArch64 | | | Debian | 10.x | x86\_64, i386, ARMv7, AArch64 | | +| Fedora | 39 | x86\_64, AArch64 | | | Fedora | 38 | x86\_64, AArch64 | | | Fedora | 37 | x86\_64, AArch64 | | | openSUSE | Leap 15.4 | x86\_64, AArch64 | | -- cgit v1.2.3