Skip to content

Commit

Permalink
Merge pull request #1 from wangshen-sap/mbt-85
Browse files Browse the repository at this point in the history
Mbt-85 suport linux arm64
  • Loading branch information
yutaoj committed Oct 23, 2023
2 parents 06d1513 + e5ad0ed commit edbc9b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ var config = {
'darwin-arm64': root + 'Darwin_arm64.tar.gz',
'darwin-x64': root + 'Darwin_amd64.tar.gz',
'linux-x64': root + 'Linux_amd64.tar.gz',
'linux-arm64': root + 'Linux_arm64.tar.gz',
'win32-x64': root + 'Windows_amd64.tar.gz'
}
};
Expand Down

0 comments on commit edbc9b5

Please sign in to comment.