Skip to content

Commit

Permalink
Revert "bbw centos-stream9 - add s390x"
Browse files Browse the repository at this point in the history
This reverts commit 3900f5f.

Chicken/egg problem - s390x container needed to build galera-4
which is needed to build container. Missing s390x isn't a big problem
- we really only build LTS platforms for s390x.
  • Loading branch information
grooverdan committed Jul 29, 2024
1 parent 31cbc50 commit 137b3bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bbw_build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,10 @@ jobs:
- dockerfile: centos.Dockerfile pip.Dockerfile
image: quay.io/centos/centos:stream9
tag: centosstream9
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le, linux/s390x
runner: ubuntu-24.04
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
# //TEMP chicken/egg problem - could add s390x
# but that would need a galera-4 build from on this image
- dockerfile: opensuse.Dockerfile pip.Dockerfile
image: opensuse/leap:15.6
tag: opensuse15
Expand Down

0 comments on commit 137b3bf

Please sign in to comment.