From e7f14f4bac894dddbb1efb480431a7035582f0e7 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: Fri, 5 Sep 2025 11:22:32 +0300 Subject: [PATCH] new install_apt --- platforms.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms.json b/platforms.json index 88bbdff..f855b3e 100644 --- a/platforms.json +++ b/platforms.json @@ -213,7 +213,7 @@ "image_basename": "ubuntu24.04_arm64", "build_options": { "image_from": "ubuntu:24.04", - "image_prepare_script": "install_apt.sh", + "image_prepare_script": "install_apt_ubuntu_24.04_arm64.sh", "arch": "arm64", "toolchain": "g++-aarch64-linux-gnu", "triplet": "aarch64-linux-gnu" @@ -249,7 +249,7 @@ "image_basename": "ubuntu25.04", "build_options": { "image_from": "ubuntu:25.04", - "image_prepare_script": "install_apt_ubuntu25.04.sh", + "image_prepare_script": "install_apt.sh", "QT_FROM_SOURCE": false } },