mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
cli: use x64 server for windows arm64 (#171861)
cli: use x64 server for arm64 We don't publish an arm64 server yet. Same thing as ssh does.
This commit is contained in:
@@ -247,7 +247,7 @@ impl Platform {
|
||||
Platform::DarwinARM64 => "server-darwin-arm64",
|
||||
Platform::WindowsX64 => "server-win32-x64",
|
||||
Platform::WindowsX86 => "server-win32",
|
||||
Platform::WindowsARM64 => "server-win32-arm64",
|
||||
Platform::WindowsARM64 => "server-win32-x64", // we don't publish an arm64 server build yet
|
||||
}
|
||||
.to_owned()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user