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-plucky ubuntu-questing
UBUNTU_VERSIONS ?= ubuntu-jammy ubuntu-noble ubuntu-questing
RASPBIAN_VERSIONS ?= raspbian-bullseye raspbian-bookworm
DISTROS := $(DEBIAN_VERSIONS) $(UBUNTU_VERSIONS) $(RASPBIAN_VERSIONS)

Expand Down
46 changes: 0 additions & 46 deletions deb/ubuntu-plucky/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 @@ -90,17 +90,6 @@
"end_of_life": "04-2034",
"end_of_support": "06-2029"
},
"ubuntu-plucky": {
"image": "ubuntu:plucky",
"arches": [
"amd64",
"aarch64",
"armhf"
],
"description": "Ubuntu 25.04",
"end_of_life": "01-2026",
"end_of_support": "01-2026"
},
"ubuntu-questing": {
"image": "ubuntu:questing",
"arches": [
Expand Down
Loading