Commit cc7eba9
committed
ci: use native ubuntu-24.04-arm runner for ARM64 Linux build
cross-compilation via 'cross' fails metadata resolution because
../airframe is an optional path dep that doesn't exist on the Ubuntu
runner. cross runs cargo metadata before entering the Docker container,
which resolves all path deps including optional ones.
Native ARM64 runner eliminates cross entirely — no Docker, no metadata
issue. Airframe is still excluded from this binary (features: huggingface)
since wgpu requires a native GPU build.1 parent 8590e3f commit cc7eba9
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
199 | | - | |
200 | | - | |
| 198 | + | |
| 199 | + | |
201 | 200 | | |
202 | 201 | | |
203 | 202 | | |
| |||
0 commit comments