feat: add manylinux_2_31_armv7l image#1699
Merged
Conversation
c225d7b to
40e7aec
Compare
40e7aec to
ddf764d
Compare
b4a687e to
d99f8e3
Compare
d99f8e3 to
f0084db
Compare
4085c34 to
02775b4
Compare
843f576 to
ffabaec
Compare
ee6f455 to
30fb899
Compare
This reverts commit e09f5845680c23699efbb240d8e466efe2de11ed.
30fb899 to
f0d9058
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 adds an armv7l image that allows to build wheels for armhf (e.g. raspberry Pi).
It was first an experiment in https://github.com/mayeut/manylinux-ubuntu & was tested through https://github.com/pypa/cibuildwheel
It comes with differences compared to other manylinux images so these are explained in the README.
The number of projects publishing wheels for armv7l on PyPI is roughly the same as for ppc64le/s390x, there are already images for those ones.