Skip to content

Commit 059f607

Browse files
grooverdanRazvanLiviuVarzaru
authored andcommitted
MDBF-1116: Add Ubuntu 25.10 Questing
11.8 is being packaged in distro https://packages.ubuntu.com/questing/mariadb-server
1 parent a48b17a commit 059f607

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ jobs:
9494
branch: 11.4
9595
nogalera: false
9696

97+
- image: ubuntu:25.10
98+
platforms: linux/amd64, linux/arm64/v8
99+
branch: 11.8
100+
nogalera: true
101+
97102
uses: ./.github/workflows/bbw_build_container_template.yml
98103
with:
99104
dockerfile: ${{ matrix.dockerfile || 'debian.Dockerfile' }}

constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@
222222
"x86-debian-13",
223223
"amd64-sles-1507",
224224
"s390x-sles-1507",
225+
"aarch64-ubuntu-2510",
226+
"amd64-ubuntu-2510",
225227
]
226228
SUPPORTED_PLATFORMS["12.0"] = SUPPORTED_PLATFORMS["11.8"].copy()
227229
SUPPORTED_PLATFORMS["12.1"] = SUPPORTED_PLATFORMS["12.0"].copy()

os_info.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,3 +226,11 @@ ubuntu-2504:
226226
- amd64
227227
- aarch64
228228
type: deb
229+
ubuntu-2510:
230+
image_tag: ubuntu25.10
231+
tags:
232+
- release_packages
233+
arch:
234+
- amd64
235+
- aarch64
236+
type: deb

0 commit comments

Comments
 (0)