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)
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
solutionThe 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)