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
It'd be nice to not have to install multiple things when using the node SDK. Just ship a binary for each of the supported platforms, and expose the appropriate one as the bin. Then instead of starting the sidecar by calling tier and letting the path figure it out, start the one we know we're compatible with.
The text was updated successfully, but these errors were encountered:
Revive the @tier.run/tier-<platform>-<arch> optional deps once the binary updates slow down a bit. Maybe also explore automatically publishing new versions of these every time there's a golang bin release.
It'd be nice to not have to install multiple things when using the node SDK. Just ship a binary for each of the supported platforms, and expose the appropriate one as the bin. Then instead of starting the sidecar by calling
tier
and letting the path figure it out, start the one we know we're compatible with.The text was updated successfully, but these errors were encountered: