Add Ubuntu 26.04 to CI and package builds. (#21939)
Expected release date is 2026-04-23.
Austin S. Hemmelgarn committed
Mar 11, 2026 at 10:48 UTC
5bc45125696dbe9d6a2cb6c08fd2c77335053b42
2 files changed
+8
-2
.github/data/distros.yml
+7
-2
@@ -356,7 +356,7 @@ include:
356
357
- &ubuntu
358
distro: ubuntu
359
- version: "24.04"
359
+ version: "26.04"
360
support_type: Core
361
notes: ''
362
eol_check: true
@@ -369,7 +369,7 @@ include:
369
apt-get remove -y libjson-c-dev
370
packages: &ubuntu_packages
371
type: deb
372
- repo_distro: ubuntu/noble
372
+ repo_distro: ubuntu/resolute
373
builder_rev: v2
374
arches:
375
- amd64
@@ -382,6 +382,11 @@ include:
382
packages:
383
<<: *ubuntu_packages
384
repo_distro: ubuntu/questing
385
+ - <<: *ubuntu
386
+ version: "24.04"
387
+ packages:
388
+ <<: *ubuntu_packages
389
+ repo_distro: ubuntu/noble
390
- <<: *ubuntu
391
version: "22.04"
392
packages:
packaging/PLATFORM_SUPPORT.md
+1
@@ -89,6 +89,7 @@ Our [static builds](#static-builds) are expected to work on these platforms if a
89
| Rocky Linux | 10.x | x86\_64, AArch64 | Also includes support for Alma Linux and other ABI compatible RHEL derivatives |
90
| Rocky Linux | 9.x | x86\_64, AArch64 | Also includes support for Alma Linux and other ABI compatible RHEL derivatives |
91
| 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 | |
93
| Ubuntu | 25.10 | x86\_64, AArch64, ARMv7 | |
94
| Ubuntu | 24.04 | x86\_64, AArch64, ARMv7 | |
95
| Ubuntu | 22.04 | x86\_64, ARMv7, AArch64 | |