-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
module doesn't support M1 installations #153
Comments
On related note, in several places provider uses |
This fork has added support for it: |
It really isn't. all resource providers expect brew in /usr/local there as well |
Would you mind giving this a spin: #154 |
I switched to And it works for me. would be nice to have a fact homebrew_prefix and an actual forge release |
homebrew is installed under
/opt/homebrew
on M1 Macshttps://github.com/Homebrew/install/blob/fdd70fc9706be79722c2fa5c579652003b010c01/install.sh#L117
module providers fail, since they expect brew in /usr/local
I tried to add a link from /opt/homebrew to /usr/local, but brew throws warnings which mess up resource provider
The text was updated successfully, but these errors were encountered: