From 288fae6499d3d2bb61855ca3ead31b866efcb0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Thu, 4 Sep 2025 14:17:50 +0300 Subject: [PATCH] add Ubuntu 24.04 arm64 --- platforms.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/platforms.json b/platforms.json index fa94a94..88bbdff 100644 --- a/platforms.json +++ b/platforms.json @@ -205,6 +205,25 @@ "install_instructions": "debian_new" } }, + + "Ubuntu 24.04 arm64": { + "codename": "noble", + "docker": { + "directory": "linux_cross", + "image_basename": "ubuntu24.04_arm64", + "build_options": { + "image_from": "ubuntu:24.04", + "image_prepare_script": "install_apt.sh", + "arch": "arm64", + "toolchain": "g++-aarch64-linux-gnu", + "triplet": "aarch64-linux-gnu" + } + }, + "ppa": { + "filters": ["ubuntu24.04"], + "install_instructions": "debian_new" + } + }, "Ubuntu 24.10": { "codename": "oracular",