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
5 changes: 5 additions & 0 deletions .github/workflows/build-debian-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ jobs:
branch: 11.4
nogalera: false

- image: ubuntu:25.10
platforms: linux/amd64, linux/arm64/v8
branch: 11.8
nogalera: true

uses: ./.github/workflows/bbw_build_container_template.yml
with:
dockerfile: ${{ matrix.dockerfile || 'debian.Dockerfile' }}
Expand Down
2 changes: 2 additions & 0 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@
"x86-debian-13",
"amd64-sles-1507",
"s390x-sles-1507",
"aarch64-ubuntu-2510",
"amd64-ubuntu-2510",
]
SUPPORTED_PLATFORMS["12.0"] = SUPPORTED_PLATFORMS["11.8"].copy()
SUPPORTED_PLATFORMS["12.1"] = SUPPORTED_PLATFORMS["12.0"].copy()
Expand Down
8 changes: 8 additions & 0 deletions os_info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,11 @@ ubuntu-2504:
- amd64
- aarch64
type: deb
ubuntu-2510:
image_tag: ubuntu25.10
tags:
- release_packages
arch:
- amd64
- aarch64
type: deb