Add Ubuntu 24.04 to CI, package builds, and support policy. (#17281)

This commit is contained in:
Austin S. Hemmelgarn 2024-04-11 08:43:47 -04:00 committed by GitHub
parent 8c84a6241b
commit eb8c28fc30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

View File

@ -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
@ -297,6 +297,11 @@ include:
ebpf-core: true
- <<: *ubuntu
version: "23.10"
packages:
<<: *ubuntu_packages
repo_distro: ubuntu/jammy
- <<: *ubuntu
version: "22.04"
packages:
<<: *ubuntu_packages
repo_distro: ubuntu/mantic

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