From 257a6c0773fcbdc0203cb7410579841011e21952 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Wed, 12 Feb 2025 09:46:40 +0100 Subject: [PATCH 1/2] 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" From 3b220340020b409ef3d84fe2cb791d815f1f4ad9 Mon Sep 17 00:00:00 2001 From: Stefan Dej Date: Thu, 13 Feb 2025 22:10:09 +0100 Subject: [PATCH 2/2] fix: update armbian image urls form bullseye to bookworm --- src/images.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/images.yml b/src/images.yml index fa6ef379..87958941 100644 --- a/src/images.yml +++ b/src/images.yml @@ -24,29 +24,29 @@ images: BASE_ARCH: arm64 orangepi_orangepi_zero2: description: "Orange Pi Zero2" - url: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/orangepi-orangepi_zero2_bullseye.img.xz" - checksum: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/orangepi-orangepi_zero2_bullseye.img.xz.sha256" + url: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/orangepi-orangepi_zero2_bookworm.img.xz" + checksum: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/orangepi-orangepi_zero2_bookworm.img.xz.sha256" type: http env: BASE_ARCH: arm64 armbian_bananapim2zero: description: "Banana Pi BPI-M2 ZERO" - url: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-bananapi_m2_zero_bullseye.img.xz" - checksum: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-bananapi_m2_zero_bullseye.img.xz.sha256" + url: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-bananapi_m2_zero_bookworm.img.xz" + checksum: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-bananapi_m2_zero_bookworm.img.xz.sha256" type: http env: 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" - checksum: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-orangepi3_lts_bullseye.img.xz.sha256" + url: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-orangepi3_lts_bookworm.img.xz" + checksum: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-orangepi3_lts_bookworm.img.xz.sha256" type: http env: BASE_ARCH: arm64 armbian_orangepi4lts: description: "Orange Pi 4 LTS" - url: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-orangepi4_lts_bullseye.img.xz" - checksum: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-orangepi4_lts_bullseye.img.xz.sha256" + url: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-orangepi4_lts_bookworm.img.xz" + checksum: "https://github.com/mainsail-crew/armbian-builds/releases/latest/download/armbian-orangepi4_lts_bookworm.img.xz.sha256" type: http env: BASE_ARCH: arm64