We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cea5d51 commit f6c7be6Copy full SHA for f6c7be6
.github/workflows/build_wheels.yml
@@ -45,7 +45,7 @@ jobs:
45
CIBW_BUILD: ${{ matrix.python }}-*
46
CIBW_ARCHS_WINDOWS: "AMD64"
47
CIBW_ARCHS_MACOS: "arm64"
48
- CIBW_ARCHS_LINUX: "x86_64"
+ CIBW_ARCHS_LINUX: "x86_64 aarch64"
49
CIBW_BEFORE_BUILD: "pip install pybind11 cmake"
50
CIBW_SKIP: "*-musllinux_*"
51
run: python -m cibuildwheel --output-dir wheelhouse
0 commit comments