Skip to content

Commit 5bc4512

Browse files
authored
Add Ubuntu 26.04 to CI and package builds. (#21939)
Expected release date is 2026-04-23.
1 parent 5ac67e3 commit 5bc4512

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/data/distros.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ include:
356356

357357
- &ubuntu
358358
distro: ubuntu
359-
version: "24.04"
359+
version: "26.04"
360360
support_type: Core
361361
notes: ''
362362
eol_check: true
@@ -369,7 +369,7 @@ include:
369369
apt-get remove -y libjson-c-dev
370370
packages: &ubuntu_packages
371371
type: deb
372-
repo_distro: ubuntu/noble
372+
repo_distro: ubuntu/resolute
373373
builder_rev: v2
374374
arches:
375375
- amd64
@@ -382,6 +382,11 @@ include:
382382
packages:
383383
<<: *ubuntu_packages
384384
repo_distro: ubuntu/questing
385+
- <<: *ubuntu
386+
version: "24.04"
387+
packages:
388+
<<: *ubuntu_packages
389+
repo_distro: ubuntu/noble
385390
- <<: *ubuntu
386391
version: "22.04"
387392
packages:

packaging/PLATFORM_SUPPORT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Our [static builds](#static-builds) are expected to work on these platforms if a
8989
| Rocky Linux | 10.x | x86\_64, AArch64 | Also includes support for Alma Linux and other ABI compatible RHEL derivatives |
9090
| Rocky Linux | 9.x | x86\_64, AArch64 | Also includes support for Alma Linux and other ABI compatible RHEL derivatives |
9191
| Rocky Linux | 8.x | x86\_64, AArch64 | Also includes support for Alma Linux and other ABI compatible RHEL derivatives |
92+
| Ubuntu | 26.04 | x86\_64, AArch64, ARMv7 | |
9293
| Ubuntu | 25.10 | x86\_64, AArch64, ARMv7 | |
9394
| Ubuntu | 24.04 | x86\_64, AArch64, ARMv7 | |
9495
| Ubuntu | 22.04 | x86\_64, ARMv7, AArch64 | |

0 commit comments

Comments
 (0)