From 0e6e4b453ce1ffe9a8b057aeda2a7641954a2f16 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: Fri, 16 May 2025 13:19:40 +0300 Subject: [PATCH] Add ubuntu 25.04 --- platforms.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/platforms.json b/platforms.json index c16e9e6..bea9a61 100644 --- a/platforms.json +++ b/platforms.json @@ -222,7 +222,24 @@ "install_instructions": "debian_new" } }, - + + "Ubuntu 25.04": { + "codename": "plucky", + "docker": { + "directory": "linux_desktop", + "image_basename": "ubuntu25.04", + "build_options": { + "image_from": "ubuntu:25.04", + "image_prepare_script": "install_apt.sh", + "QT_FROM_SOURCE": false + } + }, + "ppa": { + "filters": ["ubuntu25.04"], + "install_instructions": "debian_new" + } + }, + "Debian 11 armhf": { "codename": "bullseye", "docker": {