diff --git a/buildimage.sh b/buildimage.sh index 133d8ff..1017ab3 100755 --- a/buildimage.sh +++ b/buildimage.sh @@ -41,7 +41,7 @@ fi # loop through the array and create them all for A in ${ARCH[@]}; do - echo "Building ${IMAGE}:${A}" + echo "Building ${IMAGE}" docker build --build-arg ARCH=$A . -t ${IMAGE} done