Commit d406520
authored
ci(rest): pin resource-push-ngc to arm64-capable NGC CLI (#2875)
## What
Pin `resource-push-ngc` to NVIDIA/dsx-github-actions@ae74448 (merged) —
the version that downloads the **arm64** NGC CLI on arm64 runners.
## Why
After the native per-arch REST build landed, arm64 build legs failed at
`Upload binary artifact`: the old action installs the x86_64 NGC CLI →
`cannot execute binary file: Exec format error` on arm64 runners.
dsx-github-actions#51 fixes it (verified on amd64 + arm64 by its own
self-hosted test job); this bumps all 4 pinned refs to the merged SHA.
## Verify
NGC uploads are push-only, so they run on `main` (not PRs). After merge,
the first `main` REST build should have all arm64 legs green (binary
upload included) and the `merge` job run for the first time.1 parent f187779 commit d406520
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
| |||
0 commit comments