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
name: Enhance build-images workflow to utilize ARM64 runner
3
+
body: |
4
+
### Feature Request
5
+
6
+
With the recent announcement of [ARM64 hosted runners being generally available for public repositories](https://github.blog/changelog/2025-08-07-arm64-hosted-runners-for-public-repositories-are-now-generally-available/), we have the opportunity to enhance our `build-images` workflow by incorporating the ARM64 runner when it is specifically needed.
7
+
8
+
### Proposed Solution
9
+
10
+
- Modify the `build-images` workflow to include a conditional step for using the ARM64 runner.
11
+
- Ensure compatibility and test the workflow with ARM64 architecture.
12
+
- Update documentation to reflect the changes in the workflow.
13
+
14
+
### Benefits
15
+
16
+
- Improved compatibility for ARM-based environments.
17
+
- Leverage the performance and cost benefits of ARM64 architecture.
18
+
19
+
### Additional Context
20
+
21
+
This change aligns with the latest GitHub enhancements and ensures our workflows remain modern and efficient.
0 commit comments