summaryrefslogtreecommitdiffstats
path: root/.github/data
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-10-11 07:38:50 -0400
committerGitHub <noreply@github.com>2022-10-11 07:38:50 -0400
commitb796f3abb78905e6c9e8b2e71b8d0b2cd61cafe3 (patch)
tree4c1bcd9eecc076a02eebf104cceff9305194d2b2 /.github/data
parentd91c510f0f4c0d80296939872de018c691933345 (diff)
Add Fedora 37 to CI and package builds. (#13489)
Tentative release date is 2022-08-09.
Diffstat (limited to '.github/data')
-rw-r--r--.github/data/distros.yml16
1 files changed, 15 insertions, 1 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index b25386e2cb..bca5976ec8 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -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/35
+ 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