Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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-resolute
UBUNTU_VERSIONS ?= ubuntu-jammy ubuntu-noble ubuntu-resolute
RASPBIAN_VERSIONS ?= raspbian-bullseye raspbian-bookworm
DISTROS := $(DEBIAN_VERSIONS) $(UBUNTU_VERSIONS) $(RASPBIAN_VERSIONS)

Expand Down
45 changes: 0 additions & 45 deletions deb/ubuntu-questing/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions distros.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,6 @@
"end_of_life": "04-2034",
"end_of_support": "06-2029"
},
"ubuntu-questing": {
"image": "ubuntu:questing",
"arches": [
"amd64",
"aarch64",
"armhf"
],
"description": "Ubuntu 25.10",
"end_of_life": "26-06-2026",
"end_of_support": "26-06-2026"
},
"ubuntu-resolute": {
"image": "ubuntu:resolute",
"arches": [
Expand Down
Loading