Cross-compile wheels for Windows ARM64 and Linux aarch64/ppc64le/s390x #14
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds wheels for more platforms! Notably, Windows ARM64 and Linux aarch64 are now built. Since the package can be built on ppc64le and s390x platforms as well, I enabled that too.
To make sure that the total time of the build doesn't skyrocket, I split out the native and emulated builds in the job matrix (c12729b). This makes it so that the build takes ~4 minutes rather ~13-14 minutes.
Since I also made #13 at the same time, I ran a workflow job with both of these merged here:
https://github.com/Jackenmen/audioop/actions/runs/10220145547?pr=3
The ideal scenario would be to have both of these merged to ensure that the cross-compiled wheels pass the tests. I should note that the Windows ARM64 build can only be tested on an arm64 runner and therefore that could not be tested.