From 995f43012b6179bfe0df974588ce4ab6f113687e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Wed, 21 Aug 2024 20:54:46 +0300 Subject: [PATCH] Enable debian 10 --- platforms.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms.json b/platforms.json index 877dc11..532bada 100644 --- a/platforms.json +++ b/platforms.json @@ -1,7 +1,7 @@ { "Platforms": { "Debian 10": { - "enabled": false, + "enabled": true, "codename": "buster", "docker_dir": "linux_desktop", "docker_image": "debian",