We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the current formula unconditionally installs a darwin binary:
homebrew-blackbird/Formula/telepresence.rb
Line 6 in 90de1d1
But homebrew supports Linux now! https://docs.brew.sh/Homebrew-on-Linux
If I try to install on Linux, I get a broken binary. 😭
Recommended fixes:
(Homebrew has nice on_macos and on_linux directives that make this easy now, here's an example - https://github.com/tilt-dev/homebrew-tap/blob/master/tilt.rb#L10)
The text was updated successfully, but these errors were encountered:
Resolved by: telepresenceio/telepresence#3282
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
the current formula unconditionally installs a darwin binary:
homebrew-blackbird/Formula/telepresence.rb
Line 6 in 90de1d1
But homebrew supports Linux now!
https://docs.brew.sh/Homebrew-on-Linux
If I try to install on Linux, I get a broken binary. 😭
Recommended fixes:
(Homebrew has nice on_macos and on_linux directives that make this easy now, here's an example - https://github.com/tilt-dev/homebrew-tap/blob/master/tilt.rb#L10)
The text was updated successfully, but these errors were encountered: