From 92cbc56a55647917aabcd506c62292a3c26ca551 Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sun, 6 Feb 2022 21:08:16 +0100 Subject: [PATCH] upload u-boot.macho in case you need to run it in the hypervisor --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 0d143eb..e053003 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -149,7 +149,7 @@ upload_artefacts() { export KERNEL=`ls -1rt linux-image*.deb | grep -v dbg | tail -1` cp ${KERNEL} k.deb - upload m1-d-i.tar m1.tgz asahi-debian-live.tar u-boot.bin di-stick/vmlinuz k.deb + upload m1-d-i.tar m1.tgz asahi-debian-live.tar u-boot.bin u-boot.macho di-stick/vmlinuz k.deb } mkdir -p build -- 2.39.2