From 875ae3061774afc66bcc646f68c02db928d2a2ae Mon Sep 17 00:00:00 2001 From: peri4 Date: Wed, 26 Apr 2023 14:35:23 +0300 Subject: [PATCH] - ubuntu 22.10 + ubuntu 23.04 --- platforms.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms.json b/platforms.json index 8ac7d9e..fff9de9 100644 --- a/platforms.json +++ b/platforms.json @@ -84,7 +84,7 @@ "ppa_filters": ["ubuntu24.04"] }, "Ubuntu 22.10": { - "enabled": true, + "enabled": false, "codename": "kinetic", "docker_dir": "linux_desktop", "docker_image": "ubuntu22.10", @@ -96,7 +96,7 @@ "ppa_filters": ["ubuntu22.10"] }, "Ubuntu 23.04": { - "enabled": false, + "enabled": true, "codename": "lunar", "docker_dir": "linux_desktop", "docker_image": "ubuntu23.04",