tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.
https://turso.tech/libsql
MIT License
8.62k stars 228 forks source link

Request: Linux ARM binaries of libsql-server #1354

Open nlnw opened 2 months ago

nlnw commented 2 months ago

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.

fell-lucas commented 2 months ago

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.

nghduc97 commented 4 weeks ago

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