docker: test
This commit is contained in:
parent
e3e4875dd9
commit
e7176155ea
1
build.sh
1
build.sh
|
@ -15,6 +15,7 @@ buildAndPushArch() {
|
||||||
TAG=nim-base:$BASE
|
TAG=nim-base:$BASE
|
||||||
ARCH=$2
|
ARCH=$2
|
||||||
|
|
||||||
|
echo "Setting up $DIR for $ARCH"
|
||||||
mkdir -p $DIR
|
mkdir -p $DIR
|
||||||
cp bootstrap.sh /usr/bin/qemu-$ARCH-static $DIR
|
cp bootstrap.sh /usr/bin/qemu-$ARCH-static $DIR
|
||||||
cp Dockerfile.arch $DIR/Dockerfile
|
cp Dockerfile.arch $DIR/Dockerfile
|
||||||
|
|
Loading…
Reference in New Issue