Skip to content

Commit 61ba71a

Browse files
grooverdanRazvanLiviuVarzaru
authored andcommitted
MDBF-1129 Add galera to containers for Ubuntu 25.10, Fedora 43, OpenSUSE Leap 16.0.0
Our new builders, that have now built galera
1 parent 3cc3d77 commit 61ba71a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- image: ubuntu:25.10
9898
platforms: linux/amd64, linux/arm64/v8
9999
branch: 11.8
100-
nogalera: true
100+
nogalera: false
101101

102102
uses: ./.github/workflows/bbw_build_container_template.yml
103103
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- image: fedora:43
3838
platforms: linux/amd64, linux/arm64/v8
39-
nogalera: true
39+
nogalera: false
4040

4141
- image: fedora:40
4242
platforms: linux/amd64

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- image: opensuse/leap:16.0
3939
platforms: linux/amd64
4040
tag: opensuse1600
41-
nogalera: true
41+
nogalera: false
4242

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

0 commit comments

Comments
 (0)