fix: exclude vcpkg on arm64 docker

This commit is contained in:
Amin Yahyaabadi 2025-02-23 22:04:52 -08:00
parent 068684f46b
commit 8f8b73f53d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ RUN node /usr/lib/setup-cpp/setup-cpp.js \
--cmake true \
--ninja true \
--task true \
--vcpkg true \
--vcpkg $([ "$TARGETARCH" = "arm64" ] && echo "false" || echo "true") \
--python true \
--make true \
--cppcheck true \