From 785db21cc3a9a3f64afa22b5747006506f50fb24 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, 29 May 2024 14:07:49 +0300 Subject: [PATCH] Add ubuntu 24.04, remove 23.04 --- platforms.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/platforms.json b/platforms.json index f255f8d..877dc11 100644 --- a/platforms.json +++ b/platforms.json @@ -60,7 +60,7 @@ "ppa_filters": ["ubuntu22.10"] }, "Ubuntu 23.04": { - "enabled": true, + "enabled": false, "codename": "lunar", "docker_dir": "linux_desktop", "docker_image": "ubuntu23.04", @@ -71,6 +71,18 @@ }, "ppa_filters": ["ubuntu23.04"] }, + "Ubuntu 24.04": { + "enabled": true, + "codename": "noble", + "docker_dir": "linux_desktop", + "docker_image": "ubuntu24.04", + "docker_build_options": { + "image_from": "ubuntu:24.04", + "image_prepare_script": "install_apt.sh", + "QT_FROM_SOURCE": false + }, + "ppa_filters": ["ubuntu24.04"] + }, "Windows x64": { "enabled": true, "docker_dir": "windows",