Skip to content

Commit 5ed8a8b

Browse files
asdf
1 parent 723a7c4 commit 5ed8a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
echo "${{ steps.get_nodejs_version.outputs.version }}"
149149
IMAGE="arm64v8/node:${{ steps.get_nodejs_version.outputs.version }}-alpine"
150150
echo "Image: $IMAGE"
151-
docker image pull $IMAGE
151+
docker --debug image pull --platform arm64 $IMAGE
152152
echo '---------'
153153
docker --debug buildx build --progress=plain --no-cache \
154154
--platform linux/${{ matrix.linux_arch }} \

0 commit comments

Comments
 (0)