-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support linux brew #2
Comments
I just hit this as well, garden installed but it's built for mac. |
@sslavic @elliott-davis @scheuk I attempted to implement Linux-homebrew support as we recently changed the formula anyway to support ARM64 on MacOS but I ran into the following issues:
If you want support for linux-homebrew and know what's wrong there, please let me know or also feel free to adapt my PR at garden-io/garden#5085 and make it work for Linux. |
Current formula downloads, unpacks and installs prebuilt
garden-cli
binary, built for Mac, so even though it can be installed with brew on Linux, binary is not really executable.Please consider defining brew formula so it builds binary on user's machine from release source archive, e.g. like kubectl or terraform. That would enable one to manage
garden-cli
installation on both Mac and Linux with brew.The text was updated successfully, but these errors were encountered: