You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.
sshcode pulls https://codesrv-ci.cdr.sh/latest-linux (here) which is a glibc build. There is no conditional stuff in the bash script for pulling a musl build instead, even though we do distribute musl versions of code-server.
Alpine Linux uses musl, so this will bring us closer to supporting Alpine Linux servers/containers.
The text was updated successfully, but these errors were encountered:
deansheather
changed the title
Add support for remote servers running musl instead of glibc
Add support for remote servers running musl
Jun 27, 2019
In the meantime, you can use the new --upload-code-server flag to upload a custom code-server binary to the remote host, which can be a musl build of code-server (or even code-server v2 preview!)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
sshcode pulls
https://codesrv-ci.cdr.sh/latest-linux
(here) which is a glibc build. There is no conditional stuff in the bash script for pulling a musl build instead, even though we do distribute musl versions of code-server.Alpine Linux uses musl, so this will bring us closer to supporting Alpine Linux servers/containers.
The text was updated successfully, but these errors were encountered: