tabs to spaces

This commit is contained in:
2023-04-19 21:35:17 +03:00
parent 0d592a3616
commit 9c68e310f6

View File

@@ -1,126 +1,125 @@
{ {
"Platforms": { "Platforms": {
"Debian 10": { "Debian 10": {
"enabled": true, "enabled": true,
"codename": "buster", "codename": "buster",
"docker_dir": "linux_desktop", "docker_dir": "linux_desktop",
"docker_image": "debian", "docker_image": "debian",
"docker_build_options": { "docker_build_options": {
"image_from": "debian:buster-slim", "image_from": "debian:buster-slim",
"image_prepare_script": "install_apt.sh" "image_prepare_script": "install_apt.sh"
}, },
"ppa_filters": ["raspbian10"] "ppa_filters": ["raspbian10"]
}, },
"Debian 11": { "Debian 11": {
"enabled": true, "enabled": true,
"codename": "bullseye", "codename": "bullseye",
"docker_dir": "linux_desktop", "docker_dir": "linux_desktop",
"docker_image": "debian11", "docker_image": "debian11",
"docker_build_options": { "docker_build_options": {
"image_from": "debian:bullseye-slim", "image_from": "debian:bullseye-slim",
"image_prepare_script": "install_apt.sh", "image_prepare_script": "install_apt.sh",
"QT_FROM_SOURCE": false "QT_FROM_SOURCE": false
} }
}, },
"Debian 12": { "Debian 12": {
"enabled": false, "enabled": false,
"codename": "bookworm", "codename": "bookworm",
"docker_dir": "linux_desktop", "docker_dir": "linux_desktop",
"docker_image": "debian12", "docker_image": "debian12",
"docker_build_options": { "docker_build_options": {
"image_from": "debian:bookworm-slim", "image_from": "debian:bookworm-slim",
"image_prepare_script": "install_apt.sh", "image_prepare_script": "install_apt.sh",
"QT_FROM_SOURCE": false "QT_FROM_SOURCE": false
} }
}, },
"Debian 13": { "Debian 13": {
"enabled": false, "enabled": false,
"codename": "trixie", "codename": "trixie",
"docker_dir": "linux_desktop", "docker_dir": "linux_desktop",
"docker_image": "debian13", "docker_image": "debian13",
"docker_build_options": { "docker_build_options": {
"image_from": "debian:trixie-slim", "image_from": "debian:trixie-slim",
"image_prepare_script": "install_apt.sh", "image_prepare_script": "install_apt.sh",
"QT_FROM_SOURCE": false "QT_FROM_SOURCE": false
} }
}, },
"Ubuntu 20.04": { "Ubuntu 20.04": {
"enabled": true, "enabled": true,
"codename": "focal", "codename": "focal",
"docker_dir": "linux_desktop", "docker_dir": "linux_desktop",
"docker_image": "ubuntu", "docker_image": "ubuntu",
"docker_from": "ubuntu:20.04", "docker_from": "ubuntu:20.04",
"docker_build_options": { "docker_build_options": {
"image_from": "ubuntu:20.04", "image_from": "ubuntu:20.04",
"image_prepare_script": "install_apt.sh", "image_prepare_script": "install_apt.sh",
} }
}, },
"Ubuntu 22.04": { "Ubuntu 22.04": {
"enabled": true, "enabled": true,
"codename": "jammy", "codename": "jammy",
"docker_dir": "linux_desktop", "docker_dir": "linux_desktop",
"docker_image": "ubuntu22.04", "docker_image": "ubuntu22.04",
"docker_build_options": { "docker_build_options": {
"image_from": "ubuntu:22.04", "image_from": "ubuntu:22.04",
"image_prepare_script": "install_apt.sh", "image_prepare_script": "install_apt.sh",
"QT_FROM_SOURCE": false "QT_FROM_SOURCE": false
} }
}, },
"Ubuntu 24.04": { "Ubuntu 24.04": {
"enabled": false, "enabled": false,
"codename": "?", "codename": "?",
"docker_dir": "linux_desktop", "docker_dir": "linux_desktop",
"docker_image": "ubuntu24.04", "docker_image": "ubuntu24.04",
"docker_build_options": { "docker_build_options": {
"image_from": "ubuntu:24.04", "image_from": "ubuntu:24.04",
"image_prepare_script": "install_apt.sh", "image_prepare_script": "install_apt.sh",
"QT_FROM_SOURCE": false "QT_FROM_SOURCE": false
} }
}, },
"Ubuntu 22.10": { "Ubuntu 22.10": {
"enabled": true, "enabled": true,
"comment": "Last Ubuntu", "comment": "Last Ubuntu",
"codename": "kinetic", "codename": "kinetic",
"docker_dir": "linux_desktop", "docker_dir": "linux_desktop",
"docker_image": "ubuntu22.10", "docker_image": "ubuntu22.10",
"docker_build_options": { "docker_build_options": {
"image_from": "ubuntu:22.10", "image_from": "ubuntu:22.10",
"image_prepare_script": "install_apt.sh", "image_prepare_script": "install_apt.sh",
"QT_FROM_SOURCE": false "QT_FROM_SOURCE": false
} }
}, },
"Windows x64": { "Windows x64": {
"enabled": true, "enabled": true,
"docker_dir": "windows", "docker_dir": "windows",
"docker_image": "windows", "docker_image": "windows",
"docker_build_options": {} "docker_build_options": {}
}, },
"Windows x32": { "Windows x32": {
"enabled": true, "enabled": true,
"docker_dir": "windows32", "docker_dir": "windows32",
"docker_image": "windows32", "docker_image": "windows32",
"docker_build_options": {} "docker_build_options": {}
}, },
"OSX": { "OSX": {
"enabled": true, "enabled": true,
"docker_dir": "osx", "docker_dir": "osx",
"docker_image": "osx", "docker_image": "osx",
"docker_build_options": {} "docker_build_options": {}
}, },
"Raspbian": { "Raspbian": {
"enabled": true, "enabled": true,
"docker_dir": "pi", "docker_dir": "pi",
"docker_image": "pi", "docker_image": "pi",
"docker_build_options": {} "docker_build_options": {}
}, },
"Android": { "Android": {
"enabled": true, "enabled": true,
"docker_dir": "android", "docker_dir": "android",
"docker_image": "android", "docker_image": "android",
"docker_build_options": { "docker_build_options": {
"QT_DOWNLOAD_SERVER": "172.17.0.1" "QT_DOWNLOAD_SERVER": "172.17.0.1"
} }
} }
} }
} }