Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-debian-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- image: ubuntu:25.10
platforms: linux/amd64, linux/arm64/v8
branch: 11.8
nogalera: true
nogalera: false

uses: ./.github/workflows/bbw_build_container_template.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-fedora-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- image: fedora:43
platforms: linux/amd64, linux/arm64/v8
nogalera: true
nogalera: false

- image: fedora:40
platforms: linux/amd64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-opensuse.pip-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- image: opensuse/leap:16.0
platforms: linux/amd64
tag: opensuse1600
nogalera: true
nogalera: false

uses: ./.github/workflows/bbw_build_container_template.yml
with:
Expand Down