Skip to content

Commit 99889cf

Browse files
yutaojJiangYuTao
andauthored
mbt-85 MTA and MBT Support linux-arm64 plateform (#1082)
Co-authored-by: Jiang, Yu-tao <yu-tao.jiang@sap.com>
1 parent 3422800 commit 99889cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ var config = {
3131
'darwin-arm64': root + 'Darwin_arm64.tar.gz',
3232
'darwin-x64': root + 'Darwin_amd64.tar.gz',
3333
'linux-x64': root + 'Linux_amd64.tar.gz',
34+
'linux-arm64': root + 'Linux_arm64.tar.gz',
3435
'win32-x64': root + 'Windows_amd64.tar.gz'
3536
}
3637
};

0 commit comments

Comments
 (0)