Skip to content

Commit

Permalink
Expand npm installer to include ARM64 Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
cllns committed Dec 1, 2021
1 parent 3994905 commit 9a52f59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installers/npm/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module.exports = function(callback)
darwin_arm64: 'mac-64-bit',
win32_x64: 'windows-64-bit',
linux_x64: 'linux-64-bit'
linux_arm64: 'linux-64-bit'
}[process.platform + '_' + process.arch];

verifyPlatform(version, platform);
Expand Down

0 comments on commit 9a52f59

Please sign in to comment.