-
Notifications
You must be signed in to change notification settings - Fork 244
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
Create an ARM64 GitHub Actions Runner that repositories can use to build / test on ARM64 #2156
Comments
we can also create a Windows ARM64 runner if needed I set max concurrency to |
@trask Is this the correct runner - |
it looks like we have to give permission to the runner for each repository, I've given permission to opentelemetry-rust and opentelemetry-rust-contrib now |
I've also given permission to opentelemetry-cpp (#2151) |
I've updated the runner to 4-cores to match the default linux runners (https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories) |
I also created |
I also gave permission to the ARM64 runners to the opentelemetry-demo repository (cc @austinlparker) |
Note that some SIGs are using actuated to do this (not on windows). |
@trask, can you please give permissions for:
CC @open-telemetry/dotnet-maintainers @open-telemetry/dotnet-instrumentation-maintainers @open-telemetry/go-maintainers @open-telemetry/go-instrumentation-maintainers |
Shouldn't we create docs similar to https://github.com/open-telemetry/community/blob/main/docs/using-actuated.md? |
👍 sent #2201 |
@trask, can you please create it? It will be helpful for .NET repositories. |
done, runner name is |
Would love to test this out for the collector as well: |
✅ |
#### Description Use the arm64 machines provisioned by open-telemetry/community#2156 #### Link to tracking issue Fixes #10606
this seems to be working, closing |
Opening as a public tracking issue, it looks like I have access to create it.
(see https://github.blog/2024-06-03-arm64-on-github-actions-powering-faster-more-efficient-build-systems/)
The text was updated successfully, but these errors were encountered: