-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Regarding macos-arm64 #5
Comments
Reason is there is no available github actions runner to build them. Anyway if you find a way feel free to open a PR |
Gitlab has arm64 ci machines. Could be done there. |
@CMCDragonkai PR? Want to help here? |
Are you happy to use gitlab CI? |
There is no problem for me, IMO what we could do is to have a dummy repo on gitlab with a CI that is triggerd by a workflow in this repo, once the gitlab CI ends the workflow downloads the built binary and provides it to the next steps like we do in our This action can be used for this: https://github.com/marketplace/actions/trigger-gitlab-ci-through-webhooks |
Isn't it possible to cross compile node from the Intel macOS runner? |
@segevfiner Would you like to submit a PR? |
|
Hi, I was wondering what was the reason why no precompiled version of macos-arm64?
Is it due to code-signing? If so, how should we be building this version so we can integrate it into our pkg pipeline?
The text was updated successfully, but these errors were encountered: