nautilus / gateway

A federated api gateway for graphql services. https://gateway.nautilus.dev/
MIT License
397 stars 49 forks source link

Use Go's built-in cross compiler for GitHub Releases #192

Closed JohnStarich closed 1 year ago

JohnStarich commented 1 year ago

Use Go's built-in cross compiler for GitHub Releases.

Drops gox, which appears to be unmaintained at present. The builds are still built in parallel and could be templated further with Make if we need it later.