-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
M1 mac sae builds #857
M1 mac sae builds #857
Conversation
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
da30d4b
to
76cd09f
Compare
Sure thing, here it is @prabhu.
As a note, my machine is not an M1 is a |
@Albertoimpl same as mine. I am also stuck with intel, but the new plugins are built only for arm64 for the modern kids out there. Let me try to find another user to test this. Thank you for being so helpful! |
I have seen M1 support for GitHub actions https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/. I am not sure if this may help you automate your setup. |
docker doesn't seem to be supported yet due to licensing issues. I wasted a lot of time yesterday on this. Now working on darwin amd64 support so that we can just test this on ancient machines like ours. |
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
@Albertoimpl, could you kindly take the latest and test docker on an intel Mac? |
|
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
Fixes #858
Adds container support with the latest plugins on Mac arm machines.
@Albertoimpl, could you kindly test if you are getting OS packages on a Mac with this branch? Don't forget to do a fresh npm install.