Skip to content

Commit a197286

Browse files
committed
Download aarch64-unknown-linux-gnu from GitHub
1 parent 884f758 commit a197286

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

editors/code/src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ async function getServer(config: Config, state: PersistentState): Promise<string
294294
"x64 linux": "x86_64-unknown-linux-gnu",
295295
"x64 darwin": "x86_64-apple-darwin",
296296
"arm64 win32": "aarch64-pc-windows-msvc",
297+
"arm64 linux": "aarch64-unknown-linux-gnu",
297298
"arm64 darwin": "aarch64-apple-darwin",
298299
};
299300
const platform = platforms[`${process.arch} ${process.platform}`];

0 commit comments

Comments
 (0)