Merge pull request #10297 from dennisameling/windows-arm64-msi

Enable MSI building for Windows arm64
This commit is contained in:
Andy Feller 2025-01-24 08:04:35 -05:00 committed by GitHub
commit c23a2834c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -203,10 +203,8 @@ jobs:
platform="x64"
;;
*_arm64 )
echo "skipping building MSI for arm64 because WiX 3.11 doesn't support it: https://github.com/wixtoolset/issues/issues/6141" >&2
continue
#source_dir="$PWD/dist/windows_windows_arm64"
#platform="arm64"
source_dir="$PWD/dist/windows_windows_arm64"
platform="arm64"
;;
* )
printf "unsupported architecture: %s\n" "$MSI_NAME" >&2