frectonz / sql-studio

SQL Database Explorer [SQLite, libSQL, PostgreSQL, MySQL/MariaDB, DuckDB, ClickHouse]
https://sql-studio.onrender.com/
MIT License
2.28k stars 59 forks source link

chore: build for `musl` based systems #32

Closed jamietanna closed 3 months ago

jamietanna commented 3 months ago

As noted in #31, we currently can only deploy this to Linux distributions that use glibc, which means some more lightweight distributions like Alpine Linux aren't usable.

We should be able to solve this by adding a target to -musl.

Closes #31.