You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #16, I've been looking to deploy the sql-studio binary alongside a static Go binary in an Alpine container, when I noticed that the binary does not run:
ERRO An error occured with sql-studio: fork/exec /usr/local/bin/sql-studio: no such file or directory
Would it be possible to build the binary so it can be used with musl, the libc that Alpine uses? (possibly via or in a tweak to
As noted in frectonz#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`.
Closesfrectonz#31.
After #16, I've been looking to deploy the
sql-studio
binary alongside a static Go binary in an Alpine container, when I noticed that the binary does not run:Would it be possible to build the binary so it can be used with
musl
, the libc that Alpine uses? (possibly via or in a tweak tosql-studio/Cargo.toml
Line 52 in fb7a8ee
I can see:
The text was updated successfully, but these errors were encountered: