summaryrefslogtreecommitdiffstats
path: root/.github/data
diff options
context:
space:
mode:
Diffstat (limited to '.github/data')
-rw-r--r--.github/data/distros.yml9
1 files changed, 7 insertions, 2 deletions
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,14 +162,14 @@ 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
@@ -177,6 +177,11 @@ include:
test:
ebpf-core: true
- <<: *ubuntu
+ version: "22.04"
+ packages:
+ <<: *ubuntu_packages
+ repo_distro: ubuntu/jammy
+ - <<: *ubuntu
version: "20.04"
packages:
<<: *ubuntu_packages