From 3e3161072aad8522c569788982722e9b759fe937 Mon Sep 17 00:00:00 2001 From: peri4 Date: Sat, 9 Dec 2023 07:30:20 +0300 Subject: [PATCH] debian 12 cross --- platforms.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/platforms.json b/platforms.json index a1fb636..c4f8df9 100644 --- a/platforms.json +++ b/platforms.json @@ -138,6 +138,37 @@ "cmake_toolchain": "/soft/toolchain.cmake", "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": { "enabled": true, "docker_dir": "windows",