Playing with args and hooks for docker hub

This commit is contained in:
Sergey Bogatyrets
2019-11-20 21:56:33 +03:00
parent fefecbb342
commit 596a0180ff
2 changed files with 11 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
for i in arm32v6 arm32v6 arm64v8 amd64;
do
docker build --build-arg ARCH=$i -t serjs/test:$i .
# $IMAGE_NAME .
done