0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-03-18 06:43:02 +00:00

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

Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
This commit is contained in:
Tasos Katsoulas 2023-10-13 20:58:43 +03:00 committed by GitHub
parent d541916d66
commit b727cb8899
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions
.github/data
packaging

View file

@ -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:

View file

@ -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 | |