summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>2023-10-13 20:58:24 +0300
committerGitHub <noreply@github.com>2023-10-13 20:58:24 +0300
commitd541916d66b52f16c5e2fde047c18f02f99bac61 (patch)
tree41a0358a3db4a4cf44080fa03cec42894400a80d /.github
parentb1caf0172c352e7199f4994aaf2cb73618b8239b (diff)
Add support for Fedora 39 native packages into our CI (#16180)
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
Diffstat (limited to '.github')
-rw-r--r--.github/data/distros.yml11
1 files changed, 9 insertions, 2 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index b2c2e4cab9..3dc8920f98 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -160,7 +160,7 @@ include:
- &fedora
distro: fedora
- version: "38"
+ version: "39"
support_type: Core
notes: ''
eol_check: true
@@ -168,13 +168,20 @@ include:
dnf remove -y json-c-devel
packages: &fedora_packages
type: rpm
- repo_distro: fedora/38
+ repo_distro: fedora/39
arches:
- x86_64
- aarch64
test:
ebpf-core: true
- <<: *fedora
+ version: "38"
+ packages:
+ <<: *fedora_packages
+ repo_distro: fedora/38
+ test:
+ ebpf-core: true
+ - <<: *fedora
version: "37"
packages:
<<: *fedora_packages