Skip to content

Commit

Permalink
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 14, 2024
1 parent ce46e09 commit 47f116c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-opensuse.pip-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ jobs:
- image: opensuse/leap:15.6
platforms: linux/amd64
tag: opensuse15
nogalera: true
uses: ./.github/workflows/bbw_build_container_template.yml
with:
dockerfile: opensuse.Dockerfile pip.Dockerfile
image: ${{ matrix.image }}
platforms: ${{ matrix.platforms }}
tag: ${{ matrix.tag }}
nogalera: ${{ matrix.nogalera }}
files:
'[
{"name": "mariadb_zypper_expect", "source": "''$WORKDIR/mariadb_zypper_expect''", "target": "''$GITHUB_WORKSPACE''"}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-sles.pip-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ jobs:
- image: registry.suse.com/bci/bci-base:15.6
platforms: linux/amd64, linux/s390x
tag: sles15
nogalera: true
uses: ./.github/workflows/bbw_build_container_template.yml
with:
dockerfile: sles.Dockerfile pip.Dockerfile
image: ${{ matrix.image }}
platforms: ${{ matrix.platforms }}
tag: ${{ matrix.tag }}
nogalera: ${{ matrix.nogalera }}
files:
'[
{"name": "mariadb_zypper_expect", "source": "''$WORKDIR/mariadb_zypper_expect''", "target": "''$GITHUB_WORKSPACE''"}
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 47f116c

Please sign in to comment.