thecodingmachine / nodejs-installer

An installer package that let's you install NodeJS and NPM as a Composer dependency.
107 stars 28 forks source link

Detect aarch64 for Arm Platform #43

Open matsuo opened 3 years ago

matsuo commented 3 years ago

I'd like to say a big thank you for your software. This pull request will detect aarch64 for Arm Platform.

(nodejs-installer v1.0.14 doesn't detect aarch64.)

$ php -r 'print php_uname("m")."\n";'
aarch64