Skip to content
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

Closed
CMCDragonkai opened this issue Oct 16, 2023 · 8 comments · Fixed by #8
Closed

Regarding macos-arm64 #5

CMCDragonkai opened this issue Oct 16, 2023 · 8 comments · Fixed by #8

Comments

@CMCDragonkai
Copy link

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?

@robertsLando
Copy link
Member

Reason is there is no available github actions runner to build them. Anyway if you find a way feel free to open a PR

@CMCDragonkai
Copy link
Author

Gitlab has arm64 ci machines. Could be done there.

@robertsLando
Copy link
Member

robertsLando commented Oct 17, 2023

@CMCDragonkai PR? Want to help here?

@CMCDragonkai
Copy link
Author

Are you happy to use gitlab CI?

@robertsLando
Copy link
Member

robertsLando commented Oct 17, 2023

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 build-<os>.yml workflows

This action can be used for this: https://github.com/marketplace/actions/trigger-gitlab-ci-through-webhooks
The result json should return the url path to the node asset to download

@segevfiner
Copy link

Isn't it possible to cross compile node from the Intel macOS runner?

@robertsLando
Copy link
Member

@segevfiner Would you like to submit a PR?

@segevfiner
Copy link

@segevfiner Would you like to submit a PR?

#8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants