-
Notifications
You must be signed in to change notification settings - Fork 17
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
Does not work on arm64 Linux #17
Comments
Hmm. This just grabs the prebuilt binaries from the upstream ninja repo. We could build it from source and cache with github artifacts, perhaps, to get a few more options. |
Ninja 1.12.0 now ships ARM binaries, both for Linux and Windows. |
I have a PR that will add support for this: #29 |
Can this be closed? |
Fixed in #29 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On arm64 Linux, this installs an x86 build of Ninja.
The text was updated successfully, but these errors were encountered: