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 d9e83e4 commit b91b3c7Copy full SHA for b91b3c7
.github/workflows/call-build-windows.yaml
@@ -92,7 +92,7 @@ jobs:
92
cmake_version: "3.31.6"
93
- name: "Windows 64bit (Arm64)"
94
arch: amd64_arm64
95
- cmake_additional_opt: "-DCMAKE_SYSTEM_NAME=Windows -DCMAKE_SYSTEM_VERSION=10.0 -DCMAKE_SYSTEM_PROCESSOR=ARM64"
+ cmake_additional_opt: "-DCMAKE_SYSTEM_NAME=Windows -DCMAKE_SYSTEM_VERSION=10.0 -DCMAKE_SYSTEM_PROCESSOR=ARM64 -DWAMR_BUILD_TARGET=AARCH64"
96
vcpkg_triplet: arm64-windows-static
97
98
permissions:
0 commit comments