Add workflow to build package for windows-arm64
Since Go compiler support cross compiling, and Windows 11 on Arm support [emulation of x64 apps](https://learn.microsoft.com/en-us/windows/arm/apps-on-arm-x86-emulation). We can simply compile the most CPU-intensive core as native arm64, and keep the GUI as x64. That’s what [Tailscale do](https://github.com/tailscale/tailscale/issues/2606).
Before [GitHub offering Arm runners](https://github.blog/news-insights/product-news/arm64-on-github-actions-powering-faster-more-efficient-build-systems/), it is an easy way to improve the performance for Windows 11 on Arm.
I had test the windows-arm64 package on 8cx Gen3 (Matebook E Go), it was works properly.
合并状态:未合并 1 条评论