From b727cb88998807f7d3d02d5feaa57605e15f2bc6 Mon Sep 17 00:00:00 2001 From: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com> Date: Fri, 13 Oct 2023 20:58:43 +0300 Subject: [PATCH] Add support for Ubuntu 23.10 native packages into our CI (#16179) Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> --- .github/data/distros.yml | 5 +++++ packaging/PLATFORM_SUPPORT.md | 1 + 2 files changed, 6 insertions(+) diff --git a/.github/data/distros.yml b/.github/data/distros.yml index 3dc8920f98..bd71fd15f8 100644 --- a/.github/data/distros.yml +++ b/.github/data/distros.yml @@ -284,6 +284,11 @@ include: - arm64 test: ebpf-core: true + - <<: *ubuntu + version: "23.10" + packages: + <<: *ubuntu_packages + repo_distro: ubuntu/mantic - <<: *ubuntu version: "23.04" packages: diff --git a/packaging/PLATFORM_SUPPORT.md b/packaging/PLATFORM_SUPPORT.md index 2b4f2de93d..3c81d64fe6 100644 --- a/packaging/PLATFORM_SUPPORT.md +++ b/packaging/PLATFORM_SUPPORT.md @@ -78,6 +78,7 @@ to work on these platforms with minimal user effort. | Red Hat Enterprise Linux | 9.x | x86\_64, AArch64 | | | Red Hat Enterprise Linux | 8.x | x86\_64, AArch64 | | | Red Hat Enterprise Linux | 7.x | x86\_64 | | +| Ubuntu | 23.10 | x86\_64, AArch64, ARMv7 | | | Ubuntu | 23.04 | x86\_64, AArch64, ARMv7 | | | Ubuntu | 22.04 | x86\_64, ARMv7, AArch64 | | | Ubuntu | 20.04 | x86\_64, ARMv7, AArch64 | |