Skip to content

Commit

Permalink
added arm64 to the osarch to allow for arm64v8 OS's
Browse files Browse the repository at this point in the history
PR-URL: #111
Credit: @jlowe000
Close: #111
Reviewed-by: @isaacs
  • Loading branch information
jlowe000 authored and isaacs committed Feb 2, 2022
1 parent 3ec7e5d commit 00e1c13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nave.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ osarch () {
*x86_64*) arch=x64 ;;
*i[3456]86*) arch=x86 ;;
*raspberrypi*) arch=arm-pi ;;
*aarch64*) arch=arm64 ;;
esac
# memoize
if [ "$os" != "" ] && [ "$arch" != "" ]; then
Expand Down

0 comments on commit 00e1c13

Please sign in to comment.