generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 312
Closed
Labels
enhancementNew EnhancementNew Enhancement
Description
GitHub has officially announced the arm64 runner public preview on linux: https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/
We are now ready to use it in repo checks. Example here: opensearch-project/OpenSearch#17079
Plugin Owners, if you want to use arm64 linux on your GitHub CI Checks with Jenkins Docker Image
, you can just do this simple change and it should pull the arm64 docker AL2 image if you already setup like this:
- Enable custom start commands and options to resolve GHA issues job-scheduler#702 (how to add jenkins docker image for CI)
- Add arm64 linux runners for python checks with Jenkins Docker Images #5249 (How to add arm64 linux runner)
Thanks.
Metadata
Metadata
Assignees
Labels
enhancementNew EnhancementNew Enhancement
Type
Projects
Status
Done
Status
✅ Done