From c7e02bf7df7aae5203b2cbf43a2fbfd1d0f6c974 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: Thu, 27 Mar 2025 16:31:29 +0300 Subject: [PATCH] add ubuntu 24.10 --- platforms.json | 55 +++++++++++++++++++++++++++++++++----------------- 1 file changed, 36 insertions(+), 19 deletions(-) diff --git a/platforms.json b/platforms.json index 82fa012..c16e9e6 100644 --- a/platforms.json +++ b/platforms.json @@ -154,24 +154,7 @@ "install_instructions": "ubuntu_old" } }, - - "Ubuntu 24.04": { - "codename": "noble", - "docker": { - "directory": "linux_desktop", - "image_basename": "ubuntu24.04", - "build_options": { - "image_from": "ubuntu:24.04", - "image_prepare_script": "install_apt.sh", - "QT_FROM_SOURCE": false - } - }, - "ppa": { - "filters": ["ubuntu24.04"], - "install_instructions": "debian_new" - } - }, - + "Ubuntu 22.10": { "codename": "kinetic", "docker": { @@ -188,7 +171,7 @@ "install_instructions": "debian_new" } }, - + "Ubuntu 23.04": { "codename": "lunar", "docker": { @@ -205,6 +188,40 @@ "install_instructions": "debian_new" } }, + + "Ubuntu 24.04": { + "codename": "noble", + "docker": { + "directory": "linux_desktop", + "image_basename": "ubuntu24.04", + "build_options": { + "image_from": "ubuntu:24.04", + "image_prepare_script": "install_apt.sh", + "QT_FROM_SOURCE": false + } + }, + "ppa": { + "filters": ["ubuntu24.04"], + "install_instructions": "debian_new" + } + }, + + "Ubuntu 24.10": { + "codename": "oracular", + "docker": { + "directory": "linux_desktop", + "image_basename": "ubuntu24.10", + "build_options": { + "image_from": "ubuntu:24.10", + "image_prepare_script": "install_apt.sh", + "QT_FROM_SOURCE": false + } + }, + "ppa": { + "filters": ["ubuntu24.10"], + "install_instructions": "debian_new" + } + }, "Debian 11 armhf": { "codename": "bullseye",