@cryptotaxi247 / netdata-1 / commits / b727cb889

Add support for Ubuntu 23.10 native packages into our CI (#16179)

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

Tasos Katsoulas committed Oct 13, 2023 at 20:58 UTC b727cb88998807f7d3d02d5feaa57605e15f2bc6
2 files changed +6
.github/data/distros.yml
+5
@@ -284,6 +284,11 @@ include:
284 - arm64
285 test:
286 ebpf-core: true
287 + - <<: *ubuntu
288 + version: "23.10"
289 + packages:
290 + <<: *ubuntu_packages
291 + repo_distro: ubuntu/mantic
292 - <<: *ubuntu
293 version: "23.04"
294 packages:
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 | 23.10 | x86\_64, AArch64, ARMv7 | |
82 | Ubuntu | 23.04 | x86\_64, AArch64, ARMv7 | |
83 | Ubuntu | 22.04 | x86\_64, ARMv7, AArch64 | |
84 | Ubuntu | 20.04 | x86\_64, ARMv7, AArch64 | |