-
Notifications
You must be signed in to change notification settings - Fork 83
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
Add support for Linuxbrew #561
Conversation
Use on_macos/on_linux and on_arm/on_intel as Homebrew stanzas instead of Hardware::CPU.type Update insta snaps.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much! I'll do a more thorough review tomorrow, but I really appreciate the contribution.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thank you! Just a few minor comments.
Again, I really appreciate the contribution.
Thanks for catching those missing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thank you!
We're cutting a new release soon, so I'll get this merged after that. Do you mind rebasing on main
and updating the test fixtures with the template change you made in the last commit?
Done, just pushed another commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thank you! I'll get this merged after 0.5.0 is released.
Thanks again! We'll include this in a future release, most likely 0.6.0. |
Thanks, looking forward to it! |
First pass at adding Linuxbrew support.
Use
on_macos
/on_linux
andon_arm
/on_intel
as Homebrew stanzas instead ofHardware::CPU.type
Update insta snaps.
Fixes #501