From 0f8e230fa64c6a89f86240b3975d72bf202cc591 Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Fri, 10 Jun 2022 14:17:42 -0400 Subject: 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. --- .github/data/distros.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to '.github/data/distros.yml') 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" -- cgit v1.2.3