debian 12 cross
This commit is contained in:
@@ -138,6 +138,37 @@
|
|||||||
"cmake_toolchain": "/soft/toolchain.cmake",
|
"cmake_toolchain": "/soft/toolchain.cmake",
|
||||||
"ppa_filters": ["debian11"]
|
"ppa_filters": ["debian11"]
|
||||||
},
|
},
|
||||||
|
"Debian 12 armhf": {
|
||||||
|
"enabled": true,
|
||||||
|
"codename": "bookworm",
|
||||||
|
"docker_dir": "linux_cross",
|
||||||
|
"docker_image": "debian12_armhf",
|
||||||
|
"docker_build_options": {
|
||||||
|
"image_from": "debian:bookworm-slim",
|
||||||
|
"image_prepare_script": "install_apt.sh",
|
||||||
|
"arch": "armhf",
|
||||||
|
"toolchain": "g++-arm-linux-gnueabihf",
|
||||||
|
"triplet": "arm-linux-gnueabihf",
|
||||||
|
"support_gl": 0
|
||||||
|
},
|
||||||
|
"cmake_toolchain": "/soft/toolchain.cmake",
|
||||||
|
"ppa_filters": ["debian12"]
|
||||||
|
},
|
||||||
|
"Debian 12 arm64": {
|
||||||
|
"enabled": true,
|
||||||
|
"codename": "bookworm",
|
||||||
|
"docker_dir": "linux_cross",
|
||||||
|
"docker_image": "debian12_arm64",
|
||||||
|
"docker_build_options": {
|
||||||
|
"image_from": "debian:bookworm-slim",
|
||||||
|
"image_prepare_script": "install_apt.sh",
|
||||||
|
"arch": "arm64",
|
||||||
|
"toolchain": "g++-aarch64-linux-gnu",
|
||||||
|
"triplet": "aarch64-linux-gnu"
|
||||||
|
},
|
||||||
|
"cmake_toolchain": "/soft/toolchain.cmake",
|
||||||
|
"ppa_filters": ["debian12"]
|
||||||
|
},
|
||||||
"Windows x64": {
|
"Windows x64": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"docker_dir": "windows",
|
"docker_dir": "windows",
|
||||||
|
|||||||
Reference in New Issue
Block a user