diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2021-01-17 16:35:57 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2021-01-17 16:35:57 +0200 |
| commit | a19728604f87ceae625e9d05d464ff3a8eba3f92 (patch) | |
| tree | 6a1595912ecd5eab2eff6bda902efff6b6ff0089 /editors/code/src | |
| parent | 884f758f7b475f2e7e49d113877d423dac6e5e78 (diff) | |
| download | rust-a19728604f87ceae625e9d05d464ff3a8eba3f92.tar.gz rust-a19728604f87ceae625e9d05d464ff3a8eba3f92.zip | |
Download aarch64-unknown-linux-gnu from GitHub
Diffstat (limited to 'editors/code/src')
| -rw-r--r-- | editors/code/src/main.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts index e598c2c8497..1edb7713d4f 100644 --- a/editors/code/src/main.ts +++ b/editors/code/src/main.ts @@ -294,6 +294,7 @@ async function getServer(config: Config, state: PersistentState): Promise<string "x64 linux": "x86_64-unknown-linux-gnu", "x64 darwin": "x86_64-apple-darwin", "arm64 win32": "aarch64-pc-windows-msvc", + "arm64 linux": "aarch64-unknown-linux-gnu", "arm64 darwin": "aarch64-apple-darwin", }; const platform = platforms[`${process.arch} ${process.platform}`]; |
