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",