docker: test

This commit is contained in:
Jacek Sieka 2018-11-13 15:00:21 -06:00
parent e3e4875dd9
commit e7176155ea
No known key found for this signature in database
GPG Key ID: 6299FEB3EB6FA465
1 changed files with 1 additions and 0 deletions

View File

@ -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