Skip to content

Commit 8fd665e

Browse files
asdf
1 parent 5ed8a8b commit 8fd665e

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
@@ -151,7 +151,7 @@ jobs:
151151
docker --debug image pull --platform arm64 $IMAGE
152152
echo '---------'
153153
docker --debug buildx build --progress=plain --no-cache \
154-
--platform linux/${{ matrix.linux_arch }} \
154+
--platform linux/arm64 \
155155
--build-arg="PLATFORM=${{ matrix.linux_arch }}" \
156156
--build-arg="NODE_VERSION=${{ steps.get_nodejs_version.outputs.version }}" \
157157
--build-arg="RUN_TEST=true" \

0 commit comments

Comments
 (0)