sshcode icon indicating copy to clipboard operation
sshcode copied to clipboard

Add support for remote servers running musl

Open deansheather opened this issue 5 years ago • 1 comments

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.

deansheather avatar Jun 27 '19 03:06 deansheather

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!)

deansheather avatar Sep 11 '19 22:09 deansheather