From 175fd85f9ff4e215d7aa53cab9e092f91612f903 Mon Sep 17 00:00:00 2001 From: James Campbell Date: Sat, 18 Oct 2025 02:47:50 -0400 Subject: [PATCH] Remove Debian 10 * The Debain 10 Docker image may have been removed. Remove it from the list of supported distros until a source can be found. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 8bfec2f..489da13 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,6 @@ BUILD_DIR := build SUPPORTED := ubuntu-20.04 \ ubuntu-22.04 \ ubuntu-24.04 \ - debian-10 \ debian-11 \ debian-12 \ debian-13 \