Currently the GitHub releases includes binaries for Windows on ARM. As a zipped artifact. Originally tracked by #2545 / #5715.
I'm creating this issue to track MSI installer support for the ARM binaries.
As of January 2025 the artifacts are
CI refers to a blocking issue with WiX Toolset that now seems to be resolved. Please see wixtoolset/issues#6141
|
*_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" |
|
;; |
Currently the GitHub releases includes binaries for Windows on ARM. As a zipped artifact. Originally tracked by #2545 / #5715.
I'm creating this issue to track MSI installer support for the ARM binaries.
As of January 2025 the artifacts are
CI refers to a blocking issue with WiX Toolset that now seems to be resolved. Please see wixtoolset/issues#6141
cli/.github/workflows/deployment.yml
Lines 205 to 210 in 713346c