From 477b06c7ba91f674fd578f8199c6bcf60470e34b Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Tue, 23 Jul 2024 18:36:16 +1000 Subject: [PATCH] temp - limit to opensuse only --- .github/workflows/bbw_build_container.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/bbw_build_container.yml b/.github/workflows/bbw_build_container.yml index edd981bf..67f88f2f 100644 --- a/.github/workflows/bbw_build_container.yml +++ b/.github/workflows/bbw_build_container.yml @@ -98,21 +98,21 @@ jobs: # - dockerfile: centos7.Dockerfile pip.Dockerfile # image: centos:7 # platforms: linux/amd64 - - dockerfile: centos.Dockerfile pip.Dockerfile - image: quay.io/centos/centos:stream9 - tag: centosstream9 - platforms: linux/amd64, linux/arm64/v8, linux/ppc64le - # //TEMP Error: Unable to find a match: ccache python3-scons (on - # s390x) - # platforms: linux/amd64, linux/arm64/v8, linux/ppc64le, linux/s390x +# - dockerfile: centos.Dockerfile pip.Dockerfile +# image: quay.io/centos/centos:stream9 +# tag: centosstream9 +# platforms: linux/amd64, linux/arm64/v8, linux/ppc64le +# # //TEMP Error: Unable to find a match: ccache python3-scons (on +# # s390x) +# # platforms: linux/amd64, linux/arm64/v8, linux/ppc64le, linux/s390x - dockerfile: opensuse.Dockerfile pip.Dockerfile image: opensuse/leap:15.6 tag: opensuse15 platforms: linux/amd64 - - dockerfile: sles.Dockerfile pip.Dockerfile - image: registry.suse.com/bci/bci-base:15.6 - tag: sles15 - platforms: linux/amd64, linux/s390x +# - dockerfile: sles.Dockerfile pip.Dockerfile +# image: registry.suse.com/bci/bci-base:15.6 +# tag: sles15 +# platforms: linux/amd64, linux/s390x # - dockerfile: centos.Dockerfile # image: rockylinux:8 # platforms: linux/amd64, linux/arm64/v8