diff --git a/platforms.json b/platforms.json index e077792..6a3ed65 100644 --- a/platforms.json +++ b/platforms.json @@ -23,30 +23,6 @@ }, "ppa_filters": ["debian11"] }, - "Debian 12": { - "enabled": false, - "codename": "bookworm", - "docker_dir": "linux_desktop", - "docker_image": "debian12", - "docker_build_options": { - "image_from": "debian:bookworm-slim", - "image_prepare_script": "install_apt.sh", - "QT_FROM_SOURCE": false - }, - "ppa_filters": ["debian12"] - }, - "Debian 13": { - "enabled": false, - "codename": "trixie", - "docker_dir": "linux_desktop", - "docker_image": "debian13", - "docker_build_options": { - "image_from": "debian:trixie-slim", - "image_prepare_script": "install_apt.sh", - "QT_FROM_SOURCE": false - }, - "ppa_filters": ["debian13"] - }, "Ubuntu 20.04": { "enabled": true, "codename": "focal", @@ -71,21 +47,8 @@ }, "ppa_filters": ["ubuntu22.04"] }, - "Ubuntu 24.04": { - "enabled": false, - "codename": "?", - "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"] - }, "Ubuntu 22.10": { "enabled": false, - "comment": "Last Ubuntu", "codename": "kinetic", "docker_dir": "linux_desktop", "docker_image": "ubuntu22.10", @@ -95,6 +58,18 @@ "QT_FROM_SOURCE": false }, "ppa_filters": ["ubuntu22.10"] + }, + "Ubuntu 23.04": { + "enabled": false, + "codename": "lunar", + "docker_dir": "linux_desktop", + "docker_image": "ubuntu23.04", + "docker_build_options": { + "image_from": "ubuntu:23.04", + "image_prepare_script": "install_apt.sh", + "QT_FROM_SOURCE": false + }, + "ppa_filters": ["ubuntu23.04"] }, "Windows x64": { "enabled": true,