We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3422800 commit 99889cfCopy full SHA for 99889cf
install.js
@@ -31,6 +31,7 @@ var config = {
31
'darwin-arm64': root + 'Darwin_arm64.tar.gz',
32
'darwin-x64': root + 'Darwin_amd64.tar.gz',
33
'linux-x64': root + 'Linux_amd64.tar.gz',
34
+ 'linux-arm64': root + 'Linux_arm64.tar.gz',
35
'win32-x64': root + 'Windows_amd64.tar.gz'
36
}
37
};
0 commit comments