summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTasos Katsoulas <tasos@netdata.cloud>2023-10-13 14:37:18 +0300
committerTasos Katsoulas <tasos@netdata.cloud>2023-10-13 14:37:18 +0300
commit64888b5f2f77b105c7629bd94c85d34935a5a760 (patch)
treec85939fdea4c623a1f7ed25b5e6cb2546d8c5ff4
parent983e70f1f6533ac4c3b81aab200eaa0b9228f779 (diff)
Build native packages for ubuntu 23.10add-mantin-minotaur
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
-rw-r--r--.github/data/distros.yml5
-rw-r--r--packaging/PLATFORM_SUPPORT.md1
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index b2c2e4cab9..507b2770ed 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -278,6 +278,11 @@ include:
test:
ebpf-core: true
- <<: *ubuntu
+ version: "23.10"
+ packages:
+ <<: *ubuntu_packages
+ repo_distro: ubuntu/mantic
+ - <<: *ubuntu
version: "23.04"
packages:
<<: *ubuntu_packages
diff --git a/packaging/PLATFORM_SUPPORT.md b/packaging/PLATFORM_SUPPORT.md
index ae3edf7213..01e07bf8fb 100644
--- a/packaging/PLATFORM_SUPPORT.md
+++ b/packaging/PLATFORM_SUPPORT.md
@@ -77,6 +77,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 | |