Commit ff2f581
fix(image): use bun baseline build for non-AVX2 CPUs
The default bun-linux-x64 asset requires AVX2 and crashes with
"Illegal instruction" on runner CPUs without it. Switch to the
bun-linux-x64-baseline asset, which is compiled for older x86_64
CPUs (no AVX2) and works on every runner.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 49caf2f commit ff2f581
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | | - | |
| 123 | + | |
123 | 124 | | |
124 | | - | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | | - | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| |||
0 commit comments