Produce official ARM and ARM64 builds#106289
Conversation
|
@joaomoreno it works perfectly on my ARM chromebook. I am even able to install Codespaces but I can't actually connect to any codespace:
(this might be the wrong repo to report in though) |
|
What about apk, is possible? |
|
Installed it on my pinebook pro (arm64) and so far it runs flawlessly. |
This PR adds linux ARM and ARM64 packages to package.json. It also updates platform to check for Linux architecture that have armv and aarch in the `uname -m` output then set them as arm or arm64. Also adds a couple of TODO's once the omnisharp extension is ready to run on the VS Code ARM/ARM64 builds. See microsoft/vscode#106289
|
I installed the armhf build on my HP Chromebook 14 G3 (tegra k1) and it runs nicely in crouton 🎉 , though I needed to start it from within an xterm running with xiwi as for some reason trying to start it directly from a shell using the xiwi command didn't allow it to connect to the chrome extension for crouton. This is running directly, without installing a X desktop. 🎉 |
|
Because 1.50 hasn't been released yet! Looks like the release date is the 13th of October, so you should be able to download a release build after then. Otherwise, use the links given above in #106289 (comment) to install an insider build. |

Fixes #1031
Fixes #6442