gha-setup-ninja icon indicating copy to clipboard operation
gha-setup-ninja copied to clipboard

Does not work on arm64 Linux

Open joeyparrish opened this issue 2 years ago • 3 comments

On arm64 Linux, this installs an x86 build of Ninja.

joeyparrish avatar Dec 16 '22 00:12 joeyparrish

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.

seanmiddleditch avatar Oct 05 '23 06:10 seanmiddleditch

Ninja 1.12.0 now ships ARM binaries, both for Linux and Windows.

Ahajha avatar Aug 22 '24 10:08 Ahajha

I have a PR that will add support for this: https://github.com/seanmiddleditch/gha-setup-ninja/pull/29

Ahajha avatar Aug 30 '24 05:08 Ahajha