summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2024-04-11 08:43:47 -0400
committerGitHub <noreply@github.com>2024-04-11 08:43:47 -0400
commiteb8c28fc3056fe6110c638cbb1488297a01948d1 (patch)
treedc7004ccaa1ac7ba3717494b8270b5058c69d17c
parent8c84a6241ba89cd10b257ca37b442cf358ac7597 (diff)
Add Ubuntu 24.04 to CI, package builds, and support policy. (#17281)
-rw-r--r--.github/data/distros.yml9
-rw-r--r--packaging/PLATFORM_SUPPORT.md1
2 files changed, 8 insertions, 2 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index 1c36ccfabc..f4deae610a 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -277,7 +277,7 @@ include:
- &ubuntu
distro: ubuntu
- version: "22.04"
+ version: "24.04"
support_type: Core
notes: ''
eol_check: true
@@ -288,7 +288,7 @@ include:
apt-get remove -y libjson-c-dev
packages: &ubuntu_packages
type: deb
- repo_distro: ubuntu/jammy
+ repo_distro: ubuntu/noble
arches:
- amd64
- armhf
@@ -299,6 +299,11 @@ include:
version: "23.10"
packages:
<<: *ubuntu_packages
+ repo_distro: ubuntu/jammy
+ - <<: *ubuntu
+ version: "22.04"
+ packages:
+ <<: *ubuntu_packages
repo_distro: ubuntu/mantic
- <<: *ubuntu
version: "20.04"
diff --git a/packaging/PLATFORM_SUPPORT.md b/packaging/PLATFORM_SUPPORT.md
index 70ed4ee479..78b40240e2 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 | 24.04 | x86\_64, AArch64, ARMv7 | |
| Ubuntu | 23.10 | x86\_64, AArch64, ARMv7 | |
| Ubuntu | 22.04 | x86\_64, ARMv7, AArch64 | |
| Ubuntu | 20.04 | x86\_64, ARMv7, AArch64 | |