authzed / zed

Official command-line tool for managing SpiceDB
https://authzed.com/docs/reference/clients
Apache License 2.0
118 stars 26 forks source link

Linux release binaries should be statically compiled #83

Open jzelinskie opened 2 years ago

tstirrat15 commented 3 weeks ago

I chatted with Jimmy about this; we currently use CGO to get access to keyring functionality on the host platform. It's theoretically possible to statically compile this but it'll be difficult.