mirror of
https://github.com/brain-hackers/buildbrain
synced 2025-10-20 07:08:39 +09:00
Merge pull request #7 from f0reachARR/master
Merge CI implementation to the working branch
This commit is contained in:
2
Makefile
2
Makefile
@@ -85,7 +85,7 @@ debian:
|
||||
echo "Debootstrap is only available in Linux!"; \
|
||||
exit 1; \
|
||||
fi
|
||||
mkdir debian
|
||||
mkdir -p debian
|
||||
sudo debootstrap --arch=armel --foreign buster debian/ http://localhost:65432/debian/
|
||||
sudo cp /usr/bin/qemu-arm-static debian/usr/bin/
|
||||
sudo cp ./tools/setup_debian.sh debian/
|
||||
|
Reference in New Issue
Block a user