libsql icon indicating copy to clipboard operation
libsql copied to clipboard

Request: Linux ARM binaries of libsql-server

Open nlnw opened this issue 2 years ago • 2 comments

Can you please produce aarch64 arm64 binaries of the libsql server? It's increasingly popular to run things on ARM. I notice you already have ARM docker, but I prefer to just use binaries with systemd over Docker.

nlnw avatar Apr 29 '24 13:04 nlnw

I would also benefit from this. Currently we use Linux ARM GitHub runners to run our CI/CD pipelines, and we're unable to start sqld in them. We ended up having to work around this by using better-sqlite3 in the CI/CD environment, bypassing libsql entirely.

Not ideal, given that our development and production environments use @libsql/client.

fell-lucas avatar May 04 '24 19:05 fell-lucas

This issue should be closed, latest releases already include aarch64 packages for Linux.

https://github.com/tursodatabase/libsql/releases/tag/libsql-server-v0.24.14

nghduc97 avatar Jun 07 '24 18:06 nghduc97