Skip to content

Commit

Permalink
test aarch
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 17, 2024
1 parent f1ce983 commit a8db4b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
fail-fast: false
matrix:
platform:
- [ubuntu-latest, manylinux_x86_64]
- [ubuntu-latest, manylinux_aarch64]
#- [ubuntu-latest, manylinux_x86_64]
python: ['cp311', 'cp312']

steps:
Expand All @@ -26,6 +26,7 @@ jobs:
uses: pypa/cibuildwheel@v2.19.2
env:
CIBW_BUILD: "${{ matrix.python }}-${{ matrix.platform[1] }}"
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28"
#CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28"
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_28"
CIBW_ARCHS_LINUX: "aarch64"
CIBW_BEFORE_ALL_LINUX: "dnf install -y clang libffi-devel eigen3-devel"

0 comments on commit a8db4b4

Please sign in to comment.