From 257a6c0773fcbdc0203cb7410579841011e21952 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Wed, 12 Feb 2025 09:46:40 +0100 Subject: [PATCH] fix: set BASE_ARCH to armhf for Banana Pi BPI-M2 ZERO --- src/images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/images.yml b/src/images.yml index 9f25fab8..fa6ef379 100644 --- a/src/images.yml +++ b/src/images.yml @@ -35,7 +35,7 @@ images: checksum: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-bananapi_m2_zero_bullseye.img.xz.sha256" type: http env: - BASE_ARCH: arm64 + BASE_ARCH: armhf armbian_orangepi3lts: description: "Orange Pi 3 LTS" url: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-orangepi3_lts_bullseye.img.xz"