Skip to content

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/bbw_build_container_rhel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
image: ubi10
6060
tag: rhel10
6161
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le, linux/s390x
62-
nogalera: true
62+
nogalera: false
6363
runner: ubuntu-24.04
6464
env:
6565
MAIN_BRANCH: false

.github/workflows/build-centos.pip-based.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
3535
tag: centosstream10
3636
runner: ubuntu-24.04
37-
nogalera: true
37+
nogalera: false
3838
extradockerfile: pip.Dockerfile
3939

4040
- image: quay.io/centos/centos:stream9

.github/workflows/build-debian-based.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ jobs:
5353
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
5454
branch: 11.8
5555
tag: debian13
56-
nogalera: true
56+
nogalera: false
5757

5858
- image: debian:trixie
5959
platforms: linux/386
6060
branch: 11.8
6161
tag: debian13-386
62-
nogalera: true
62+
nogalera: false
6363

6464
- image: debian:sid
6565
platforms: linux/amd64, linux/arm64/v8, linux/ppc64le
@@ -90,7 +90,7 @@ jobs:
9090
- image: ubuntu:25.04
9191
platforms: linux/amd64, linux/arm64/v8
9292
branch: 11.4
93-
nogalera: true
93+
nogalera: false
9494

9595
uses: ./.github/workflows/bbw_build_container_template.yml
9696
with:

.github/workflows/build-fedora-based.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
include:
2929
- image: fedora:41
3030
platforms: linux/amd64, linux/arm64/v8
31-
nogalera: true
31+
nogalera: false
3232

3333
- image: fedora:42
3434
platforms: linux/amd64, linux/arm64/v8
35-
nogalera: true
35+
nogalera: false
3636

3737
- image: fedora:40
3838
platforms: linux/amd64

.github/workflows/build-sles.pip-based.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- image: registry.suse.com/bci/bci-base:15.7
4040
platforms: linux/amd64, linux/s390x
4141
tag: sles1507
42-
nogalera: true
42+
nogalera: false
4343

4444
uses: ./.github/workflows/bbw_build_container_template.yml
4545
with:

0 commit comments

Comments
 (0)