From 2c57a10d51a8550100105944f11bea10c3b75440 Mon Sep 17 00:00:00 2001 From: peri4 Date: Fri, 8 Sep 2023 22:02:16 +0300 Subject: [PATCH] add Debian 11 armhf --- platforms.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/platforms.json b/platforms.json index 4f4a5cc..c78ef49 100644 --- a/platforms.json +++ b/platforms.json @@ -107,6 +107,21 @@ }, "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": { "enabled": true, "codename": "bullseye",