Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(build): add cross-compilation support for Linux ARM64
This commit adds proper cross-compilation support for Linux ARM64: - Add QEMU emulation for ARM64 builds - Configure Rust cross-compilation toolchains - Add architecture-specific Rust targets - Keep x86_64 builds unchanged for compatibility These changes enable proper cross-compilation of wheels for both x86_64 and aarch64 architectures on Linux using QEMU emulation where needed. The build process now properly handles architecture-specific toolchains and containers while maintaining manylinux2014 compatibility.
- Loading branch information