Add windows arm64 build to CI#1434
Merged
tsteven4 merged 17 commits intoGPSBabel:masterfrom Apr 14, 2025
Merged
Conversation
Collaborator
Author
|
This creates one installer for windows x64 compatible systems, and one installer for windows arm64 systems. It would be possible to produce one larger installer to handle all the windows x64 and arm64 without emulation. A disadvantage of that would be a larger installer. An advantage would be that users wouldn't mistakenly run the x64 executables on arm64 hardware using emulation. We could also prevent this when we build the x64 installer. In the future we should have access to windows arm64 runners, and we could produce the arm64 installer on them without cross compiling. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also, make the windows x64 build runnable on windows arm64 in emulation mode.
The windows arm64 build does not include the map preview feature. QtWebEngine is not available for windows arm64 yet.