From dc386f0e6d7c5e6dbff09283f1f860c89f082078 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 8 Sep 2025 16:05:51 -0400 Subject: [PATCH] chore: drop support for Ubuntu 20.04 Focal Focal was EOL on May 31, 2025. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 1abbdd0..687580d 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,6 @@ release-packagecloud: @$(MAKE) release-packagecloud-deb release-packagecloud-deb: build/deb/$(NAME)_$(VERSION)_all.deb - package_cloud push $(PACKAGECLOUD_REPOSITORY)/ubuntu/focal build/deb/$(NAME)_$(VERSION)_all.deb package_cloud push $(PACKAGECLOUD_REPOSITORY)/ubuntu/jammy build/deb/$(NAME)_$(VERSION)_all.deb package_cloud push $(PACKAGECLOUD_REPOSITORY)/ubuntu/noble build/deb/$(NAME)_$(VERSION)_all.deb package_cloud push $(PACKAGECLOUD_REPOSITORY)/debian/bullseye build/deb/$(NAME)_$(VERSION)_all.deb