@cryptotaxi247 / netdata-1 / commits / eb8c28fc3

Add Ubuntu 24.04 to CI, package builds, and support policy. (#17281)

Austin S. Hemmelgarn committed Apr 11, 2024 at 08:43 UTC eb8c28fc3056fe6110c638cbb1488297a01948d1
2 files changed +8 -2
.github/data/distros.yml
+7 -2
@@ -277,7 +277,7 @@ include:
277
278 - &ubuntu
279 distro: ubuntu
280 - version: "22.04"
280 + version: "24.04"
281 support_type: Core
282 notes: ''
283 eol_check: true
@@ -288,7 +288,7 @@ include:
288 apt-get remove -y libjson-c-dev
289 packages: &ubuntu_packages
290 type: deb
291 - repo_distro: ubuntu/jammy
291 + repo_distro: ubuntu/noble
292 arches:
293 - amd64
294 - armhf
@@ -297,6 +297,11 @@ include:
297 ebpf-core: true
298 - <<: *ubuntu
299 version: "23.10"
300 + packages:
301 + <<: *ubuntu_packages
302 + repo_distro: ubuntu/jammy
303 + - <<: *ubuntu
304 + version: "22.04"
305 packages:
306 <<: *ubuntu_packages
307 repo_distro: ubuntu/mantic
packaging/PLATFORM_SUPPORT.md
+1
@@ -78,6 +78,7 @@ to work on these platforms with minimal user effort.
78 | Red Hat Enterprise Linux | 9.x | x86\_64, AArch64 | |
79 | Red Hat Enterprise Linux | 8.x | x86\_64, AArch64 | |
80 | Red Hat Enterprise Linux | 7.x | x86\_64 | |
81 +| Ubuntu | 24.04 | x86\_64, AArch64, ARMv7 | |
82 | Ubuntu | 23.10 | x86\_64, AArch64, ARMv7 | |
83 | Ubuntu | 22.04 | x86\_64, ARMv7, AArch64 | |
84 | Ubuntu | 20.04 | x86\_64, ARMv7, AArch64 | |