Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MDBF-779 Sles/opensuse 15.5 #518

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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