technomancy / leiningen

Moved to Codeberg; this is a convenience mirror
https://codeberg.org/leiningen/leiningen
Other
7.29k stars 1.61k forks source link

Add aarch64 support to leiningen.core.utils #2791

Closed otremblay closed 2 years ago

otremblay commented 2 years ago

M1 Macs (possibly other things, but that's what I have) report their CPU arch as aarch64, which is not currently supported by leiningen.core.utils. This PR fixes that, allowing other tools that depend on leiningen.core.utils/get-arch to support that specific cpu architecture

technomancy commented 2 years ago

Thanks; applied in 60f7ab7.