mirror of
https://github.com/ershisan99/go-npm.git
synced 2025-12-16 20:59:28 +00:00
ADD missing arch mapping arm64
This commit is contained in:
@@ -7,7 +7,8 @@ const mkdirp = require('mkdirp');
|
||||
const ARCH_MAPPING = {
|
||||
ia32: '386',
|
||||
x64: 'amd64',
|
||||
arm: 'arm'
|
||||
arm: 'arm',
|
||||
arm64: 'arm64'
|
||||
};
|
||||
|
||||
// Mapping between Node's `process.platform` to Golang's
|
||||
|
||||
Reference in New Issue
Block a user