Commit f21b19f
ci(build): run linux/arm64 on native runner, drop QEMU
The multi-arch build emulated arm64 via QEMU, whose user-mode emulation segfaulted
glibc ldconfig during the libc-bin trigger ("qemu: uncaught target signal 11"),
deterministically failing the arm64 leg. Pair each linux arch with a native runner via
a matrix include (amd64 -> ubuntu-latest, arm64 -> ubuntu-24.04-arm), set runs-on to
${{ matrix.runner }}, and drop the Set up QEMU step. Native runners build each arch with
no emulation, so the segfault can't occur and builds are faster. ubuntu-24.04-arm is GA
and free for public repos.
Signed-off-by: benshi <807629978@qq.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 878e429 commit f21b19f
1 file changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
32 | 41 | | |
33 | 42 | | |
34 | 43 | | |
35 | | - | |
36 | | - | |
37 | 44 | | |
38 | 45 | | |
39 | 46 | | |
| |||
0 commit comments