Commit e1fa2a1
fix(ci): use native arm64 runners for all image builds (microsoft#2047)
# Description
Switch remaining ARM64 image build jobs to native `ubuntu-24.04-arm`
runners instead of QEMU emulation on x86 `ubuntu-latest`. This follows
the same pattern established for `retina-shell-images` in PR microsoft#2024.
## Related Issue
Follows up on microsoft#2024 (fix(ci): use native arm64 runners for shell image
build).
## Checklist
- [x] I have read the [contributing
documentation](https://retina.sh/docs/Contributing/overview).
- [x] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [x] I have correctly attributed the author(s) of the code.
- [x] I have tested the changes locally.
- [x] I have followed the project's style guidelines.
- [x] I have updated the documentation, if necessary.
- [ ] I have added tests, if applicable.
## Screenshots (if applicable) or Testing Completed
YAML syntax validated. Changes are consistent with the existing
`retina-shell-images` pattern already running in CI.
**Jobs migrated (6 total across 2 files):**
| Job | File |
|-----|------|
| `retina-images` | `images.yaml` |
| `operator-images` | `images.yaml` |
| `kubectl-retina-images` | `images.yaml` |
| `retina-images` | `release-images.yaml` |
| `operator-images` | `release-images.yaml` |
| `kubectl-retina-images` | `release-images.yaml` |
**Changes per job:**
- `runs-on`: `ubuntu-latest` → `${{ matrix.runner }}`
- Matrix converted from simple arrays to explicit `include` entries with
`runner` field (`ubuntu-latest` for amd64, `ubuntu-24.04-arm` for arm64)
- Removed `docker/setup-qemu-action` step (no longer needed for native
builds)
- Updated job names to include `(${{ matrix.platform }}, ${{ matrix.arch
}})` for clarity
**Not changed:**
- `manifests` jobs — still use QEMU as needed for multi-arch manifest
inspection
- `retina-shell-images` — already migrated in microsoft#2024
## Additional Notes
The only remaining `setup-qemu-action` references are in the `manifests`
jobs, which correctly still need it.
---
Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.
Signed-off-by: Quang Nguyen <nguyenquang@microsoft.com>1 parent 2c14f4b commit e1fa2a1
2 files changed
Lines changed: 36 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
154 | 156 | | |
155 | 157 | | |
156 | 158 | | |
157 | | - | |
| 159 | + | |
158 | 160 | | |
159 | 161 | | |
160 | 162 | | |
161 | 163 | | |
162 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
163 | 170 | | |
164 | 171 | | |
165 | 172 | | |
| |||
170 | 177 | | |
171 | 178 | | |
172 | 179 | | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | 180 | | |
177 | 181 | | |
178 | 182 | | |
| |||
255 | 259 | | |
256 | 260 | | |
257 | 261 | | |
258 | | - | |
| 262 | + | |
259 | 263 | | |
260 | 264 | | |
261 | 265 | | |
262 | 266 | | |
263 | 267 | | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
264 | 273 | | |
265 | 274 | | |
266 | 275 | | |
| |||
271 | 280 | | |
272 | 281 | | |
273 | 282 | | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | 283 | | |
278 | 284 | | |
279 | 285 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
140 | 142 | | |
141 | 143 | | |
142 | 144 | | |
143 | | - | |
| 145 | + | |
144 | 146 | | |
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
148 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
149 | 156 | | |
150 | 157 | | |
151 | 158 | | |
| |||
159 | 166 | | |
160 | 167 | | |
161 | 168 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | 169 | | |
166 | 170 | | |
167 | 171 | | |
| |||
230 | 234 | | |
231 | 235 | | |
232 | 236 | | |
233 | | - | |
| 237 | + | |
234 | 238 | | |
235 | 239 | | |
236 | 240 | | |
237 | 241 | | |
238 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
239 | 248 | | |
240 | 249 | | |
241 | 250 | | |
| |||
249 | 258 | | |
250 | 259 | | |
251 | 260 | | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | 261 | | |
256 | 262 | | |
257 | 263 | | |
| |||
0 commit comments