@cryptotaxi247 / netdata-1 / commits / d541916d6

Add support for Fedora 39 native packages into our CI (#16180)

Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>

Tasos Katsoulas committed Oct 13, 2023 at 20:58 UTC d541916d66b52f16c5e2fde047c18f02f99bac61
2 files changed +10 -2
.github/data/distros.yml
+9 -2
@@ -160,7 +160,7 @@ include:
160
161 - &fedora
162 distro: fedora
163 - version: "38"
163 + version: "39"
164 support_type: Core
165 notes: ''
166 eol_check: true
@@ -168,12 +168,19 @@ include:
168 dnf remove -y json-c-devel
169 packages: &fedora_packages
170 type: rpm
171 - repo_distro: fedora/38
171 + repo_distro: fedora/39
172 arches:
173 - x86_64
174 - aarch64
175 test:
176 ebpf-core: true
177 + - <<: *fedora
178 + version: "38"
179 + packages:
180 + <<: *fedora_packages
181 + repo_distro: fedora/38
182 + test:
183 + ebpf-core: true
184 - <<: *fedora
185 version: "37"
186 packages:
packaging/PLATFORM_SUPPORT.md
+1
@@ -68,6 +68,7 @@ to work on these platforms with minimal user effort.
68 | Debian | 12.x | x86\_64, i386, ARMv7, AArch64 | |
69 | Debian | 11.x | x86\_64, i386, ARMv7, AArch64 | |
70 | Debian | 10.x | x86\_64, i386, ARMv7, AArch64 | |
71 +| Fedora | 39 | x86\_64, AArch64 | |
72 | Fedora | 38 | x86\_64, AArch64 | |
73 | Fedora | 37 | x86\_64, AArch64 | |
74 | openSUSE | Leap 15.4 | x86\_64, AArch64 | |