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 Mar 1, 2024
1 parent c886a1b commit c6122e9
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions ci/build-push-multiplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,7 @@

set -eo pipefail

if echo "${PLATFORM}" | grep windows; then
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"
sleep 1
done
if echo "${PLATFORM}" | grep -v windows; then

DOCKER_BUILDX_LS_OUT=$(docker buildx ls <<-END
END
Expand Down

0 comments on commit c6122e9

Please sign in to comment.