Skip to content

Commit e920cdb

Browse files
committed
MDBF-1118: OpenSUSE 16.0 SRPM
Addition globs in srpm.Dockerfile to be more inclusive
1 parent e559e01 commit e920cdb

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build-srpm.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ jobs:
7171
tag: opensuse1506-srpm
7272
platforms: linux/amd64
7373

74+
- dockerfile: srpm.Dockerfile
75+
image: opensuse/leap:16.0
76+
tag: opensuse1600-srpm
77+
platforms: linux/amd64
78+
7479
- dockerfile: srpm.Dockerfile
7580
image: registry.suse.com/bci/bci-base:15.6
7681
tag: sles1506-srpm

ci_build_images/srpm.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN source /etc/os-release \
3030
*) \
3131
# No $PLATFORM_ID in SUSE nor RH7
3232
case $BASE_IMAGE in \
33-
*leap:15.6|*bci-base:15.6) \
33+
*leap:*|*bci-base:*) \
3434
zypper -n update \
3535
&& zypper -n install rpm-build wget which sudo gcc-c++ ccache \
3636
&& zypper clean; \

0 commit comments

Comments
 (0)