You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We’re excited to share that we have partnered with Arm to revolutionize IoT software development by making Arm Development tools (Arm cross-compiler and Arm Virtual Hardware) natively available inside GitHub Actions cloud hosted runners to create an efficient CI workflow.
Apart from that, the examples from https://resources.github.com/devops/actions/arm-virtual-hardware/ are not building the project using the GitHub hosted runner, but requestion avhclient actions that actually run in an AWS server with "Arm Virtual Hardware" installed there:
When installing the GitHub runner in your own server is usually refferred to as "self-hosted runners", and the runners run by GitHub are usually reffered as "GitHub hosted runner".
So, from:
We’re excited to share that we have partnered with Arm to revolutionize IoT software development by making Arm Development tools (Arm cross-compiler and Arm Virtual Hardware) natively available inside GitHub Actions cloud hosted runners to create an efficient CI workflow.
I'm not sure what GitHub Actions cloud hosted runners means exactly.
That's what I understood from this blog post:
https://github.blog/2022-11-02-github-partners-with-arm-to-revolutionize-internet-of-things-software-development-with-github-actions/
But looking at the GitHub hosted images repo I cannot find any reference to the GNU Arm GCC cross compiler, anywhere.
https://github.com/actions/runner-images
Apart from that, the examples from https://resources.github.com/devops/actions/arm-virtual-hardware/ are not building the project using the GitHub hosted runner, but requestion
avhclient
actions that actually run in an AWS server with "Arm Virtual Hardware" installed there:The text was updated successfully, but these errors were encountered: