Skip to content

Commit

Permalink
Update ci/build-push-multiplatform.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sumo-drosiek authored Feb 28, 2024
1 parent b0615d4 commit 2f41574
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ci/build-push-multiplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
set -eo pipefail

if echo "${PLATFORM}" | grep windows; then
echo ''
# while ! docker images; do
# echo "Cannot connect to docker daemon"
# sleep 1
# done
while ! docker images; do
echo "Cannot connect to docker daemon"
sleep 1
done
else
while ! docker buildx ls; do
echo "Cannot connect to docker daemon"
Expand Down

0 comments on commit 2f41574

Please sign in to comment.