Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build cli release binaries for linux #38

Open
jakedahn opened this issue Nov 21, 2023 · 2 comments
Open

Build cli release binaries for linux #38

jakedahn opened this issue Nov 21, 2023 · 2 comments

Comments

@jakedahn
Copy link
Contributor

It would be cool if we had release binaries for Linux. At the moment, we only have a streamlined solution for installing the Replicate CLI on MacOS with Homebrew.

brew tap replicate/tap
brew install replicate

If you are on LInux, the only way to install the CLI is to clone the code, install the right version of golang, and build the binary yourself -- which would be a deal breaker for me if I were a Linux user.

@jakedahn
Copy link
Contributor Author

Perhaps something like https://goreleaser.com/intro would be helpful here

@mattt
Copy link
Member

mattt commented Nov 22, 2023

@jakedahn Not sure how widely used it is, but there is Homebrew for Linux (and WSL2). Our tap CI tests for macOS and Linux, so I'm reasonably sure it works.

But I agree — GoReleaser would be a nice thing to add to our release process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants