Skip to content

Commit 8e5006d

Browse files
MDBF-1156: Add ubuntu 26.04 builders
Release schedule as per http://discourse.ubuntu.com/t/resolute-raccoon-release-schedule/47198 Cloud images available at: https://cloud-images.ubuntu.com/resolute/current/
1 parent a5c97ea commit 8e5006d

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

constants.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,10 @@
228228
"amd64-ubuntu-2510",
229229
"aarch64-fedora-43",
230230
"amd64-fedora-43",
231+
"aarch64-ubuntu-2604",
232+
"amd64-ubuntu-2604",
233+
"ppc64le-ubuntu-2604",
234+
"s390x-ubuntu-2604",
231235
]
232236
SUPPORTED_PLATFORMS["12.0"] = SUPPORTED_PLATFORMS["11.8"].copy()
233237
SUPPORTED_PLATFORMS["12.1"] = SUPPORTED_PLATFORMS["12.0"].copy()

master-web/templates/home.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
li
7474
| Debian 11, 12, 13 and Sid
7575
li
76-
| Ubuntu 22.04, 24.04, 25.04 and 25.10
76+
| Ubuntu 22.04, 24.04, 25.04, 25.10 and 26.04
7777
li
7878
| Fedora 42 and 43
7979
li

os_info.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,13 @@ ubuntu-2510:
240240
- amd64
241241
- aarch64
242242
type: deb
243+
ubuntu-2604:
244+
image_tag: ubuntu26.04
245+
tags:
246+
- release_packages
247+
arch:
248+
- amd64
249+
- aarch64
250+
- ppc64le
251+
- s390x
252+
type: deb

0 commit comments

Comments
 (0)