From 72b2dfd634295ec068562d4efadc50e4a30bf5ce Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Mon, 13 May 2024 16:28:34 +0100 Subject: [PATCH] build.sh: set ARCH to arm64 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d094eee..99d5340 100755 --- a/build.sh +++ b/build.sh @@ -167,7 +167,7 @@ export PI_GEN=${PI_GEN:-pi-gen} export PI_GEN_REPO=${PI_GEN_REPO:-https://github.com/RPi-Distro/pi-gen} export PI_GEN_RELEASE=${PI_GEN_RELEASE:-Raspberry Pi reference} -export ARCH=armhf +export ARCH=arm64 export RELEASE=${RELEASE:-bookworm} # Don't forget to update stage0/prerun.sh export IMG_NAME="${IMG_NAME:-raspios-$RELEASE-$ARCH}"