-
Notifications
You must be signed in to change notification settings - Fork 31
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
Yori installer for the arm64 Windows #110
Comments
For the vast majority of cases, there's an x86 installer (which can run on x86_64 or arm64), that installer detects the "correct" architecture to install, and installs it. The only reason an x86_64 installer exists is to support versions of Windows with all 32 bit support removed (WinPE, Nano Server, etc.) The build system produces arm64 ysetup.exe, I just haven't posted links to it because I can't find a scenario that it would help. When can an arm64 system not run the emulated x86 installer? |
The arm system can run the emulated x86 installer. |
The reason I'm avoiding posting links is it's simpler to have a single installer that works everywhere without users having to know which one to run. The binaries it installs will be native arm64, so the power overhead is fairly minimal. It'd be great if Windows had fat binaries, but it doesn't... |
Ah, so the installer is x86, but the binaries are appropriate to the system? |
How difficult would it be to make an arm64 installer in addition to the x86_64?
I know that the code is arm64 ready -- I used to compile the arm version myself.
Given there is a cross-compilation option for Visual Studio on the x86_64 machines, it seems relatively straightforward to produce an arm binary?
The text was updated successfully, but these errors were encountered: