Skip to content

Commit

Permalink
Add support for armv6l
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie256 committed Nov 21, 2023
1 parent 18f8eb3 commit 32ef49d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ jobs:
CIBW_BUILD: "cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*"
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
CIBW_MANYLINUX_ARMV7L_IMAGE: manylinux2014
CIBW_ARCHS_LINUX: "aarch64 armv7l"
CIBW_MANYLINUX_ARMV6L_IMAGE: manylinux2014
CIBW_ARCHS_LINUX: "aarch64 armv7l armv6l"
CIBW_BEFORE_TEST: pip install pytest numpy
CIBW_TEST_COMMAND: 'python -m pytest {package}/python/tests'

Expand Down

0 comments on commit 32ef49d

Please sign in to comment.