From 5d2c9c47e82fe2123014b6acceb1b66bce141c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 25 Mar 2026 16:52:47 +0100 Subject: [PATCH] deb: Add missing ubuntu-resolute target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paweł Gronowski --- deb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb/Makefile b/deb/Makefile index aba4a247d4..cfa3ee125a 100644 --- a/deb/Makefile +++ b/deb/Makefile @@ -54,7 +54,7 @@ RUN?=docker run --rm \ debbuild-$@/$(ARCH) DEBIAN_VERSIONS ?= debian-bullseye debian-bookworm debian-trixie -UBUNTU_VERSIONS ?= ubuntu-jammy ubuntu-noble ubuntu-questing +UBUNTU_VERSIONS ?= ubuntu-jammy ubuntu-noble ubuntu-questing ubuntu-resolute RASPBIAN_VERSIONS ?= raspbian-bullseye raspbian-bookworm DISTROS := $(DEBIAN_VERSIONS) $(UBUNTU_VERSIONS) $(RASPBIAN_VERSIONS)