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 5ed8a8b commit 8fd665eCopy full SHA for 8fd665e
.github/workflows/test.yml
@@ -151,7 +151,7 @@ jobs:
151
docker --debug image pull --platform arm64 $IMAGE
152
echo '---------'
153
docker --debug buildx build --progress=plain --no-cache \
154
- --platform linux/${{ matrix.linux_arch }} \
+ --platform linux/arm64 \
155
--build-arg="PLATFORM=${{ matrix.linux_arch }}" \
156
--build-arg="NODE_VERSION=${{ steps.get_nodejs_version.outputs.version }}" \
157
--build-arg="RUN_TEST=true" \
0 commit comments