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