summaryrefslogtreecommitdiffstats
path: root/.github/data/distros.yml
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2022-06-10 14:17:42 -0400
committerGitHub <noreply@github.com>2022-06-10 14:17:42 -0400
commit0f8e230fa64c6a89f86240b3975d72bf202cc591 (patch)
treeb8c490fc238e400d9922e9e39ad89de10326b602 /.github/data/distros.yml
parentecbbf8a3d188ee540f41cb050e3a5c7d76ac48a3 (diff)
Add openSUSE Leap 15.4 to CI and package builds. (#12270)
Add openSUSE Leap 15.4 t CI and package builds. Expected release date 2022-06-08.
Diffstat (limited to '.github/data/distros.yml')
-rw-r--r--.github/data/distros.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index 133cdbd137..9139d8a6aa 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -99,16 +99,21 @@ include:
- &opensuse
distro: opensuse
- version: "15.3"
+ version: "15.4"
base_image: opensuse/leap
jsonc_removal: |
zypper rm -y libjson-c-devel
- packages:
+ packages: &opensuse_packages
type: rpm
- repo_distro: opensuse/15.3
+ repo_distro: opensuse/15.4
arches:
- amd64
- arm64
+ - <<: *opensuse
+ version: "15.3"
+ packages:
+ <<: *opensuse_packages
+ repo_distro: opensuse/15.3
- distro: oraclelinux
version: "8"