remove unreleased linuxes
This commit is contained in:
@@ -23,30 +23,6 @@
|
|||||||
},
|
},
|
||||||
"ppa_filters": ["debian11"]
|
"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": {
|
"Ubuntu 20.04": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"codename": "focal",
|
"codename": "focal",
|
||||||
@@ -71,21 +47,8 @@
|
|||||||
},
|
},
|
||||||
"ppa_filters": ["ubuntu22.04"]
|
"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": {
|
"Ubuntu 22.10": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"comment": "Last Ubuntu",
|
|
||||||
"codename": "kinetic",
|
"codename": "kinetic",
|
||||||
"docker_dir": "linux_desktop",
|
"docker_dir": "linux_desktop",
|
||||||
"docker_image": "ubuntu22.10",
|
"docker_image": "ubuntu22.10",
|
||||||
@@ -95,6 +58,18 @@
|
|||||||
"QT_FROM_SOURCE": false
|
"QT_FROM_SOURCE": false
|
||||||
},
|
},
|
||||||
"ppa_filters": ["ubuntu22.10"]
|
"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": {
|
"Windows x64": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user