From: Thomas Glanzmann Date: Sun, 20 Feb 2022 09:02:40 +0000 (+0100) Subject: publish m1n1 as well X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/m1-debian/commitdiff_plain/3b184c545c57f3d3244cda466a4bc4c19b6e81eb publish m1n1 as well --- diff --git a/bootstrap.sh b/bootstrap.sh index 3216948..d257917 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -156,7 +156,7 @@ publish_artefacts() { export KERNEL=`ls -1rt linux-image*.deb | grep -v dbg | tail -1` cp ${KERNEL} k.deb - sudo mv m1-d-i.tar m1.tgz asahi-debian-live.tar u-boot.bin u-boot.macho di-stick/vmlinuz k.deb /u/ + sudo cp m1-d-i.tar m1.tgz asahi-debian-live.tar u-boot.bin u-boot.macho di-stick/vmlinuz k.deb m1n1/build/m1n1.bin m1n1/build/m1n1.macho /u/ } mkdir -p build