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 (#16179)
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
This commit is contained in:
parent
d541916d66
commit
b727cb8899
2 changed files with 6 additions and 0 deletions
5
.github/data/distros.yml
vendored
5
.github/data/distros.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -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 | |
|
||||
|
|
Loading…
Reference in a new issue