-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(build): improve Linux ARM64 cross-compilation setup
This commit enhances the Linux build process with better cross-compilation: - Add proper QEMU and Docker Buildx setup for ARM64 - Install cross-compilation tools for aarch64 - Set explicit container platform for ARM64 builds - Split artifacts by architecture for better organization - Update release job to handle all wheel types These changes provide a more robust cross-compilation setup by: 1. Using proper emulation and cross-compilation tools 2. Setting explicit platform targets for containers 3. Organizing artifacts by architecture 4. Ensuring all wheels are properly published to PyPI
- Loading branch information
Showing
1 changed file
with
27 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters