add Debian 11 armhf

This commit is contained in:
2023-09-08 22:02:16 +03:00
parent 5df2860e26
commit 2c57a10d51

View File

@@ -107,6 +107,21 @@
}, },
"ppa_filters": ["ubuntu23.04"] "ppa_filters": ["ubuntu23.04"]
}, },
"Debian 11 armhf": {
"enabled": true,
"codename": "bullseye",
"docker_dir": "linux_cross",
"docker_image": "debian11_armhf",
"docker_build_options": {
"image_from": "debian:bullseye-slim",
"image_prepare_script": "install_apt.sh",
"arch": "armhf",
"toolchain": "g++-arm-linux-gnueabihf",
"triplet": "arm-linux-gnueabihf"
},
"cmake_toolchain": "/soft/toolchain.cmake",
"ppa_filters": ["debian11"]
},
"Debian 11 arm64": { "Debian 11 arm64": {
"enabled": true, "enabled": true,
"codename": "bullseye", "codename": "bullseye",