summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/debootstrap.sh b/debootstrap.sh
index 659c166..75a9c3e 100755
--- a/debootstrap.sh
+++ b/debootstrap.sh
@@ -8,7 +8,7 @@ DEBDIR=/tmp/debian-chroot
RELEASE=stretch
MIRROR=http://httpredir.debian.org/debian/
-ARCH=${ARCH:-x86_64}
+ARCH=${ARCH:-i386}
[ -f "build.sh" ] || exit 1