From d91c510f0f4c0d80296939872de018c691933345 Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Tue, 11 Oct 2022 07:26:46 -0400 Subject: Add Ubuntu 22.10 to supported distros, CI, and package builds. (#13785) * Add Ubuntu 22.10 to supported distros, CI, and package builds. Expected release date is 2022-10-20. * Fix handling of netcat in newer Debian and Ubuntu distros. --- .github/data/distros.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.github/data/distros.yml') diff --git a/.github/data/distros.yml b/.github/data/distros.yml index 8ef32785b3..b25386e2cb 100644 --- a/.github/data/distros.yml +++ b/.github/data/distros.yml @@ -162,20 +162,25 @@ include: - &ubuntu distro: ubuntu - version: "22.04" + version: "22.10" env_prep: | rm -f /etc/apt/apt.conf.d/docker && apt-get update jsonc_removal: | apt-get remove -y libjson-c-dev packages: &ubuntu_packages type: deb - repo_distro: ubuntu/jammy + repo_distro: ubuntu/kinetic arches: - amd64 - armhf - arm64 test: ebpf-core: true + - <<: *ubuntu + version: "22.04" + packages: + <<: *ubuntu_packages + repo_distro: ubuntu/jammy - <<: *ubuntu version: "20.04" packages: -- cgit v1.2.3