From 3b184c545c57f3d3244cda466a4bc4c19b6e81eb Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sun, 20 Feb 2022 10:02:40 +0100 Subject: [PATCH] publish m1n1 as well --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2