From eb8c28fc3056fe6110c638cbb1488297a01948d1 Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Thu, 11 Apr 2024 08:43:47 -0400 Subject: Add Ubuntu 24.04 to CI, package builds, and support policy. (#17281) --- .github/data/distros.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.github') 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 @@ -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 -- cgit v1.2.3