diff --git a/build.sh b/build.sh index 3118264..c849b13 100755 --- a/build.sh +++ b/build.sh @@ -15,6 +15,7 @@ buildAndPushArch() { TAG=nim-base:$BASE ARCH=$2 + echo "Setting up $DIR for $ARCH" mkdir -p $DIR cp bootstrap.sh /usr/bin/qemu-$ARCH-static $DIR cp Dockerfile.arch $DIR/Dockerfile