-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(build): split Linux builds into x86_64 and aarch64 jobs
This commit improves Linux wheel building by separating architectures: - Split Linux builds into separate jobs for x86_64 and aarch64 - Simplify maturin configuration to handle platform tags automatically - Add static linking for aarch64 builds - Update artifact naming to distinguish between architectures - Keep manylinux2014 compatibility for all builds These changes provide a more robust approach to cross-compilation by: 1. Using separate build jobs to avoid platform conflicts 2. Letting maturin handle platform-specific details 3. Ensuring proper static linking for ARM64 builds 4. Maintaining compatibility with pip's platform tags
- Loading branch information
Showing
2 changed files
with
41 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
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