Skip to content

Commit

Permalink
set cibuildwheel linux arch to auto64
Browse files Browse the repository at this point in the history
  • Loading branch information
iraikov committed Sep 16, 2022
1 parent ac09294 commit 5094bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
apt update -y && apt upgrade &&
apt install build-essential cmake mpich libhdf5-mpich-dev
CIBW_BUILD: cp37-* cp38-* cp39-*
CIBW_ARCHS_LINUX: "auto64"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_24
CIBW_MANYLINUX_I686_IMAGE: manylinux_2_24
with:
Expand Down

0 comments on commit 5094bea

Please sign in to comment.