summaryrefslogtreecommitdiffstats
path: root/.github/data
diff options
context:
space:
mode:
authorTasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com>2023-03-17 18:59:31 +0200
committerGitHub <noreply@github.com>2023-03-17 12:59:31 -0400
commit685bbf57039c67a82e117e1cc23742dafa81f858 (patch)
treee36aebe4816596b5b7c9c0e26bc7a5986985f64d /.github/data
parent4420753555f19757f60afce493449860e2065e36 (diff)
Add CI support for Fedora 38 & Ubuntu 23.04 native packages (#14735)
* Add CI support for Fedora 38 & Ubuntu 23.04 Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * sort list * fix merge conflicts Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * parorama Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> * CI's pain, minor omission Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> --------- Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud>
Diffstat (limited to '.github/data')
-rw-r--r--.github/data/distros.yml16
1 files changed, 14 insertions, 2 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index 9822535e84..02f484249b 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -137,19 +137,26 @@ include:
- &fedora
distro: fedora
- version: "37"
+ version: "38"
eol_check: true
jsonc_removal: |
dnf remove -y json-c-devel
packages: &fedora_packages
type: rpm
- repo_distro: fedora/37
+ repo_distro: fedora/38
arches:
- x86_64
- aarch64
test:
ebpf-core: true
- <<: *fedora
+ version: "37"
+ packages:
+ <<: *fedora_packages
+ repo_distro: fedora/37
+ test:
+ ebpf-core: true
+ - <<: *fedora
version: "36"
packages:
<<: *fedora_packages
@@ -211,6 +218,11 @@ include:
test:
ebpf-core: true
- <<: *ubuntu
+ version: "23.04"
+ packages:
+ <<: *ubuntu_packages
+ repo_distro: ubuntu/lunar
+ - <<: *ubuntu
version: "22.04"
packages:
<<: *ubuntu_packages