Commit a2dd5a6
fix(ci): skip --version check for cross-arch llama-server binaries
The x64 CI runner cannot execute ARM64 binaries, causing the fetch
step to fail with "not a valid application for this OS platform".
Detect host architecture at runtime and skip the verification for
cross-arch targets.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 7094e62 commit a2dd5a6
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
73 | 82 | | |
74 | 83 | | |
75 | 84 | | |
0 commit comments