Skip to content

Commit

Permalink
Slight changes to buildimage.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rakheshster committed Aug 22, 2020
1 parent 02a01b9 commit 05fbf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 05fbf3b

Please sign in to comment.