Merge pull request #10297 from dennisameling/windows-arm64-msi
Enable MSI building for Windows arm64
This commit is contained in:
commit
c23a2834c7
1 changed files with 2 additions and 4 deletions
6
.github/workflows/deployment.yml
vendored
6
.github/workflows/deployment.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue