Skip to content

Commit 68b1971

Browse files
authored
Merge pull request #1298 from thaJeztah/rm_ubuntu_25.04
deb: remove Ubuntu 25.04 ("plucky"), which is EOL
2 parents 0354cc0 + cc58ef1 commit 68b1971

3 files changed

Lines changed: 1 addition & 58 deletions

File tree

deb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN?=docker run --rm \
5454
debbuild-$@/$(ARCH)
5555

5656
DEBIAN_VERSIONS ?= debian-bullseye debian-bookworm debian-trixie
57-
UBUNTU_VERSIONS ?= ubuntu-jammy ubuntu-noble ubuntu-plucky ubuntu-questing
57+
UBUNTU_VERSIONS ?= ubuntu-jammy ubuntu-noble ubuntu-questing
5858
RASPBIAN_VERSIONS ?= raspbian-bullseye raspbian-bookworm
5959
DISTROS := $(DEBIAN_VERSIONS) $(UBUNTU_VERSIONS) $(RASPBIAN_VERSIONS)
6060

deb/ubuntu-plucky/Dockerfile

Lines changed: 0 additions & 46 deletions
This file was deleted.

distros.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,6 @@
9090
"end_of_life": "04-2034",
9191
"end_of_support": "06-2029"
9292
},
93-
"ubuntu-plucky": {
94-
"image": "ubuntu:plucky",
95-
"arches": [
96-
"amd64",
97-
"aarch64",
98-
"armhf"
99-
],
100-
"description": "Ubuntu 25.04",
101-
"end_of_life": "01-2026",
102-
"end_of_support": "01-2026"
103-
},
10493
"ubuntu-questing": {
10594
"image": "ubuntu:questing",
10695
"arches": [

0 commit comments

Comments
 (0)