summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTasos Katsoulas <tasos@netdata.cloud>2023-10-13 15:58:34 +0300
committerTasos Katsoulas <tasos@netdata.cloud>2023-10-13 15:58:34 +0300
commit1795ea3f5bf2966e6be4f4383a530a80a8ecf264 (patch)
tree763002283f12e8b5e462f1c5e60660a771618a99
parent983e70f1f6533ac4c3b81aab200eaa0b9228f779 (diff)
Add Fedora 39 to our CIadd-fedora39
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
-rw-r--r--.github/data/distros.yml11
-rw-r--r--packaging/PLATFORM_SUPPORT.md1
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,13 +168,20 @@ 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:
<<: *fedora_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 | |