tursodatabase / libsql

libSQL is a fork of SQLite that is both Open Source, and Open Contributions.

Home Page:https://turso.tech/libsql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request: Linux ARM binaries of libsql-server

nlnw opened this issue · comments

commented

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.

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.