Skip to content

Commit b359198

Browse files
committed
Pull correct platform image
1 parent c6565bf commit b359198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/02-mysqli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ run "docker run -d --rm --platform ${ARCH} $(tty -s && echo "-it" || echo) --hos
2121

2222
# Pull PHP image
2323
echo "2/5 Pulling PHP image "
24-
while ! run "docker pull php:7.2"; do
24+
while ! run "docker pull --platform ${ARCH} php:7.2"; do
2525
sleep 1
2626
done
2727

0 commit comments

Comments
 (0)