Commit 5b51a93
committed
refactor(ci): use native runners for cross-platform builds
- Replace Docker-based cross-compilation with native GitHub runners
- Linux x86_64: ubuntu-latest (native)
- Linux ARM64: ubuntu-latest + cross-rs (proven approach from release.yml)
- Windows: windows-latest with MSVC (native)
- macOS: macos-13 (Intel) and macos-latest (ARM64) - skipped by default
- Remove broken Docker containers that couldn't cross-compile llama.cpp
- This matches the working approach in release.yml1 parent e074943 commit 5b51a93
1 file changed
Lines changed: 286 additions & 67 deletions
0 commit comments