diff mbox series

[2/5] tools/build-docs-container: add ubuntu 26.04 support

Message ID 20260410-update-new-supported-releases-v1-2-fc53a1fbbdac@bootlin.com
State Under Review
Headers show
Series Updates to supported distributions | expand

Commit Message

Antonin Godard April 10, 2026, 9:48 a.m. UTC
Added in meta-yocto with 49cbb01d5252 ("poky.conf: Add Ubuntu 26.04 to
the sanity tested distros list"). The current ubuntu install scripts work
fine with this version of Ubuntu.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/tools/build-docs-container | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/documentation/tools/build-docs-container b/documentation/tools/build-docs-container
index f2f54044c..3909839d7 100755
--- a/documentation/tools/build-docs-container
+++ b/documentation/tools/build-docs-container
@@ -50,6 +50,7 @@  $0 OCI_IMAGE [make arguments...]
      - ubuntu:24.04
      - ubuntu:25.04
      - ubuntu:25.10
+     - ubuntu:26.04
 
    [make arguments] is one or more argument to pass to the make command of
    documentation/Makefile, see that file for what's supported. This is typically
@@ -147,7 +148,8 @@  main ()
     "ubuntu:22.04"*|\
     "ubuntu:24.04"*|\
     "ubuntu:25.04"*|\
-    "ubuntu:25.10"*)
+    "ubuntu:25.10"*|\
+    "ubuntu:26.04"*)
       containerfile=Containerfile.ubuntu
       essential=ubuntu_essential.sh
       docs=ubuntu_docs.sh