Add ubuntu 24.04, remove 23.04

This commit is contained in:
2024-05-29 14:07:49 +03:00
parent fac6aba152
commit 785db21cc3

View File

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