We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 723a7c4 commit 5ed8a8bCopy full SHA for 5ed8a8b
.github/workflows/test.yml
@@ -148,7 +148,7 @@ jobs:
148
echo "${{ steps.get_nodejs_version.outputs.version }}"
149
IMAGE="arm64v8/node:${{ steps.get_nodejs_version.outputs.version }}-alpine"
150
echo "Image: $IMAGE"
151
- docker image pull $IMAGE
+ docker --debug image pull --platform arm64 $IMAGE
152
echo '---------'
153
docker --debug buildx build --progress=plain --no-cache \
154
--platform linux/${{ matrix.linux_arch }} \
0 commit comments