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
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.
4
+
5
+
### Proposed Solution
6
+
- Modify the `build-images` workflow to include a conditional step for using the ARM64 runner.
7
+
- Ensure compatibility and test the workflow with ARM64 architecture.
8
+
- Update documentation to reflect the changes in the workflow.
9
+
10
+
### Benefits
11
+
- Improved compatibility for ARM-based environments.
12
+
- Leverage the performance and cost benefits of ARM64 architecture.
13
+
14
+
### Additional Context
15
+
This change aligns with the latest GitHub enhancements and ensures our workflows remain modern and efficient.
0 commit comments