Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workflow to build package for windows-arm64 #1369

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

myuki
Copy link

@myuki myuki commented Jul 27, 2024

Since Go compiler support cross compiling, and Windows 11 on Arm support emulation of x64 apps. We can simply compile the most CPU-intensive core as native arm64, and keep the GUI as x64. That’s what Tailscale do.

Before GitHub offering Arm runners, it is an easy way to improve the performance for Windows 11 on Arm.

I had tested the windows-arm64 package on 8cx Gen3 (Matebook E Go), it was working properly.

If anyone needs windows-arm64 package, it can be downloaded from the releases. I would keep my fork merging with the main branch.

@myuki
Copy link
Author

myuki commented Aug 2, 2024

Related to #95

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant