From 91a430f8ef0a38d505f7419ed663c7ad406ed28d Mon Sep 17 00:00:00 2001 From: peri4 Date: Thu, 7 Sep 2023 16:41:23 +0300 Subject: [PATCH] add Debian 11 arm64 --- platforms.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/platforms.json b/platforms.json index fff9de9..9524207 100644 --- a/platforms.json +++ b/platforms.json @@ -107,6 +107,20 @@ }, "ppa_filters": ["ubuntu23.04"] }, + "Debian 11 arm64": { + "enabled": true, + "codename": "bullseye", + "docker_dir": "linux_cross", + "docker_image": "debian11_arm64", + "docker_build_options": { + "image_from": "debian:bullseye-slim", + "image_prepare_script": "install_apt.sh", + "machine": "aarch64", + "arch": "arm64" + }, + "cmake_toolchain": "/soft/toolchain.cmake" + "ppa_filters": ["debian11"] + }, "Windows x64": { "enabled": true, "docker_dir": "windows",