summaryrefslogtreecommitdiffstats
path: root/.github/data/distros.yml
diff options
context:
space:
mode:
authorTasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>2023-09-20 13:15:59 +0300
committerGitHub <noreply@github.com>2023-09-20 13:15:59 +0300
commitb276655f1cd532a91b3cfc330867c422d0bf0e0d (patch)
treed5bc4bd5c575d986967130de58bea6ad9e2b12a3 /.github/data/distros.yml
parent085c469c98e218084853e964369a04f8fc772625 (diff)
Change the build image of EL packages from alma to rocky (#15944)
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
Diffstat (limited to '.github/data/distros.yml')
-rw-r--r--.github/data/distros.yml56
1 files changed, 28 insertions, 28 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index aa89ebe74f..e06047863c 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -60,34 +60,6 @@ include:
test:
ebpf-core: true
- - &alma
- distro: almalinux
- version: "9"
- support_type: Core
- notes: ''
- jsonc_removal: |
- dnf remove -y json-c-devel
- eol_check: true
- packages: &alma_packages
- type: rpm
- repo_distro: el/9
- alt_links:
- - el/9Server
- - el/9Client
- arches:
- - x86_64
- - aarch64
- test:
- ebpf-core: true
- - <<: *alma
- version: "8"
- packages:
- <<: *alma_packages
- repo_distro: el/8
- alt_links:
- - el/8Server
- - el/8Client
-
- &amzn
distro: amazonlinux
version: "2"
@@ -258,6 +230,34 @@ include:
<<: *oracle_packages
repo_distro: ol/9
+ - &rocky
+ distro: rockylinux
+ version: "9"
+ support_type: Core
+ notes: ''
+ jsonc_removal: |
+ dnf remove -y json-c-devel
+ eol_check: true
+ packages: &rocky_packages
+ type: rpm
+ repo_distro: el/9
+ alt_links:
+ - el/9Server
+ - el/9Client
+ arches:
+ - x86_64
+ - aarch64
+ test:
+ ebpf-core: true
+ - <<: *rocky
+ version: "8"
+ packages:
+ <<: *rocky_packages
+ repo_distro: el/8
+ alt_links:
+ - el/8Server
+ - el/8Client
+
- &ubuntu
distro: ubuntu
version: "22.04"