Don't try to use qemu-debootstrap

Fixes #563
This commit is contained in:
Serge Schneider 2022-01-14 09:11:46 +00:00
parent 231487d9d6
commit 6d2d36e7f2

View file

@ -9,10 +9,6 @@ bootstrap(){
export http_proxy=${APT_PROXY}
if [ "$(dpkg --print-architecture)" != "armhf" ] && [ "$(dpkg --print-architecture)" != "aarch64" ]; then
BOOTSTRAP_CMD=qemu-debootstrap
fi
BOOTSTRAP_ARGS+=(--arch armhf)
BOOTSTRAP_ARGS+=(--components "main,contrib,non-free")
BOOTSTRAP_ARGS+=(--keyring "${STAGE_DIR}/files/raspberrypi.gpg")