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
Is your feature request related to a problem? Please describe.
I am currently building a DevContainers environment for my work place and I noticed that SurrealDB's public releases are glibc only - whilst here, we have musl. On arm64 targets, I like to use musl, since on those boards I usually run Alpine. But here, in a DevContainer, I am on a x86 maschine - so, I can use full fat Debian (well, debian:bookworm-slim, to be precise).
Describe the solution you'd like
A small update to the release workflow to also include x86_64-unknown-linux-gnu as a target - so that one can grab binaries from the official SurrealDB repository and this repository without needing to wait for a Rust compile to finish.
Describe alternatives you've considered
None that come to mind, really.
Additional context
Got none :) Except to tag my work profile @senpro-ingwersenk for better tracking...
The text was updated successfully, but these errors were encountered:
That's quite a surprise. I'll dig around too, maybe I find something. If I am not wrong, I can test an actuion using the act tool. Should I find something I'll let you know :)
Is your feature request related to a problem? Please describe.
I am currently building a DevContainers environment for my work place and I noticed that SurrealDB's public releases are glibc only - whilst here, we have musl. On arm64 targets, I like to use musl, since on those boards I usually run Alpine. But here, in a DevContainer, I am on a x86 maschine - so, I can use full fat Debian (well,
debian:bookworm-slim
, to be precise).I am not a Github Workflows expert, but I spotted this:
https://github.com/Odonno/surrealdb-migrations/blob/main/.github/workflows/release.yml#L17-L18
What if you were to add
x86_64-unknown-linux-gnu
?Describe the solution you'd like
A small update to the release workflow to also include
x86_64-unknown-linux-gnu
as a target - so that one can grab binaries from the official SurrealDB repository and this repository without needing to wait for a Rust compile to finish.Describe alternatives you've considered
None that come to mind, really.
Additional context
Got none :) Except to tag my work profile @senpro-ingwersenk for better tracking...
The text was updated successfully, but these errors were encountered: