Skip to content

Commit

Permalink
add multiarch
Browse files Browse the repository at this point in the history
  • Loading branch information
bkochauri-memphis committed Sep 9, 2024
1 parent fda2b23 commit 12137c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: python -m pip install cibuildwheel==2.20.0

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
run: python -m cibuildwheel --output-dir wheelhouse --verbose
env:
CIBW_ARCHS: ${{ matrix.arch }} # Use aarch64 for ARM on Linux

Expand Down

0 comments on commit 12137c1

Please sign in to comment.