summaryrefslogtreecommitdiffstats
path: root/.github/data/distros.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/data/distros.yml')
-rw-r--r--.github/data/distros.yml29
1 files changed, 24 insertions, 5 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index 8ef32785b..0f5718645 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -27,13 +27,13 @@ include:
test:
ebpf-core: true
- <<: *alpine
+ version: "3.17"
+ - <<: *alpine
version: "3.16"
- <<: *alpine
version: "3.15"
- <<: *alpine
version: "3.14"
- - <<: *alpine
- version: "3.13"
- distro: archlinux
version: latest
@@ -99,7 +99,7 @@ include:
- &fedora
distro: fedora
- version: "36"
+ version: "37"
jsonc_removal: |
dnf remove -y json-c-devel
packages: &fedora_packages
@@ -107,6 +107,16 @@ include:
repo_distro: fedora/36
arches:
- x86_64
+ - aarch64
+ test:
+ ebpf-core: true
+ - <<: *fedora
+ version: "36"
+ packages:
+ <<: *fedora_packages
+ repo_distro: fedora/36
+ arches:
+ - x86_64
- armhfp
- aarch64
test:
@@ -116,6 +126,10 @@ include:
packages:
<<: *fedora_packages
repo_distro: fedora/35
+ arches:
+ - x86_64
+ - armhfp
+ - aarch64
test:
ebpf-core: true
@@ -162,14 +176,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 +191,11 @@ include:
test:
ebpf-core: true
- <<: *ubuntu
+ version: "22.04"
+ packages:
+ <<: *ubuntu_packages
+ repo_distro: ubuntu/jammy
+ - <<: *ubuntu
version: "20.04"
packages:
<<: *ubuntu_packages