node-gradle / gradle-node-plugin

Gradle plugin for integrating NodeJS in your build. :rocket:
Apache License 2.0
615 stars 119 forks source link

Add support for ARM64 Windows #318

Closed deepy closed 3 months ago

deepy commented 3 months ago

This adds initial support for ARM64 #315, but it's slightly limited as I couldn't get acquire a compatible device.

The powershell invocation is somewhat slow (sometimes taking almost 700ms with my profile), which is unfortunate because it'd be way smoother to parse than the current os.arch solution

The parsing is going to need some additional refactors, but this at least contains the FreeBSD-sins to a single line (which hopefully makes #178 easier to solve)

deepy commented 3 months ago

Test is broken on 7.x as well :thinking: