From b3c18001e29f313c56719a6fa313d439108c5a24 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Wed, 22 Oct 2025 21:57:20 +0200 Subject: [PATCH] Add build for Ubuntu 26.04 --- utils/build_debian.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/build_debian.py b/utils/build_debian.py index 9ac0bd2e..892ee718 100644 --- a/utils/build_debian.py +++ b/utils/build_debian.py @@ -183,6 +183,7 @@ def launchpad(args: argparse.Namespace) -> None: ("24.04", "noble", True), ("25.04", "plucky", True), ("25.10", "questing", False), + ("26.04", "resolute", False), ] print("Building Ubuntu packages for:")