Add target for Windows ARM64 in cross-compile.sh#3512
Add target for Windows ARM64 in cross-compile.sh#3512JoeKar merged 2 commits intomicro-editor:masterfrom
Conversation
tools/cross-compile.sh
Outdated
|
|
||
| echo "Windows ARM64" | ||
| GOOS=windows GOARCH=arm64 make build | ||
| create_artefact_windows "winarm64" |
There was a problem hiding this comment.
nit: win-arm64? (Just for consistency with other target names: linux-arm64, macos-arm64)
There was a problem hiding this comment.
Modified to win-arm64 now, please check the newest commit. :)
Add target for Windows ARM64 in cross-compile.sh Update windows arm64 target to match existing patterns.
|
I have no objections to adding this, although I have no chance to test it. @JoeKar dunno, maybe you can? |
I've no big troubles with this change too, but I can't test it myself, since I've no Windows on ARM64 device. After the small mentioned white-space change we can merge it and @creeperlv maybe can test it directly with the newest nightly including this binary. :) |
Co-authored-by: Jöran Karl <3951388+JoeKar@users.noreply.github.com>
Of course, it's |


It seems other scripts in
toolsfolder isn't being used by GitHub Workflow, hence, leaving them alone.You can check my builds using GitHub Workflow and building natively in my repo. They work on my Windows on Arm computers.