-
-
Notifications
You must be signed in to change notification settings - Fork 23
feat: build arm64 binary #140
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
Conversation
|
A |
kbdharun
left a comment
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.
Downloaded and checked the generate artifact from the last commit's workflow run here, and found that only plugins are present in the uploaded assets, the Vib binary's glob pattern should be updated IG.
|
Hi @axtloss, could you please review and merge this PR? This is essential since we want to utilize the native ARM64 runners. |
|
Please squash the commits using a rebase so that I can merge it |
Co-authored-by: Track07-cda <[email protected]>
Done. |
This PR introduces cross-compilation for arm64 in GitHub Actions workflows.
Related to Vanilla-OS/live-iso#87.