diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2021-01-17 14:50:08 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-17 14:50:08 +0000 |
commit | b01157aee33acc751f368397dc77702ae8d0a6c3 (patch) | |
tree | daba8cc1d0519f99671d17f49f48cae6457715e1 /editors/code/src | |
parent | 6967a432faffb683460c614f9575390e5f33716d (diff) | |
parent | a19728604f87ceae625e9d05d464ff3a8eba3f92 (diff) |
Merge #7311
7311: Build dist-aarch64-unknown-linux-gnu releases r=lnicola a=lnicola
Closes #4746
Co-authored-by: Laurențiu Nicola <[email protected]>
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 e598c2c84..1edb7713d 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 | |||
294 | "x64 linux": "x86_64-unknown-linux-gnu", | 294 | "x64 linux": "x86_64-unknown-linux-gnu", |
295 | "x64 darwin": "x86_64-apple-darwin", | 295 | "x64 darwin": "x86_64-apple-darwin", |
296 | "arm64 win32": "aarch64-pc-windows-msvc", | 296 | "arm64 win32": "aarch64-pc-windows-msvc", |
297 | "arm64 linux": "aarch64-unknown-linux-gnu", | ||
297 | "arm64 darwin": "aarch64-apple-darwin", | 298 | "arm64 darwin": "aarch64-apple-darwin", |
298 | }; | 299 | }; |
299 | const platform = platforms[`${process.arch} ${process.platform}`]; | 300 | const platform = platforms[`${process.arch} ${process.platform}`]; |