Skip to content

Commit

Permalink
MDBF-779 Add opensuse-15.5 and sles-15.5
Browse files Browse the repository at this point in the history
Need to go back a python version to maintain support with 15.6.
  • Loading branch information
grooverdan committed Aug 26, 2024
1 parent 815ed8c commit e5d38a3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-opensuse.pip-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
fail-fast: false
matrix:
include:
- image: opensuse/leap:15.5
platforms: linux/amd64
tag: opensuse15.5
nogalera: true

- image: opensuse/leap:15.6
platforms: linux/amd64
tag: opensuse15
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build-sles.pip-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
fail-fast: false
matrix:
include:
- image: registry.suse.com/bci/bci-base:15.5
platforms: linux/amd64, linux/s390x
tag: sles15.5
nogalera: true

- image: registry.suse.com/bci/bci-base:15.6
platforms: linux/amd64, linux/s390x
tag: sles15
Expand Down
4 changes: 2 additions & 2 deletions ci_build_images/opensuse.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ RUN zypper update -y \
pcre2-devel \
perl-Net-SSLeay \
policycoreutils \
python312-devel \
python312-pip \
python311-devel \
python311-pip \
rpm-build \
rpmlint \
snappy-devel \
Expand Down
4 changes: 2 additions & 2 deletions ci_build_images/sles.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ RUN zypper -n update \
pcre2-devel \
perl-Net-SSLeay \
policycoreutils \
python312-devel \
python312-pip \
python311-devel \
python311-pip \
rpm-build \
rpmlint \
snappy-devel \
Expand Down

0 comments on commit e5d38a3

Please sign in to comment.