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)