Skip to content

Commit f6c7be6

Browse files
authored
build arms wheels
1 parent cea5d51 commit f6c7be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
CIBW_BUILD: ${{ matrix.python }}-*
4646
CIBW_ARCHS_WINDOWS: "AMD64"
4747
CIBW_ARCHS_MACOS: "arm64"
48-
CIBW_ARCHS_LINUX: "x86_64"
48+
CIBW_ARCHS_LINUX: "x86_64 aarch64"
4949
CIBW_BEFORE_BUILD: "pip install pybind11 cmake"
5050
CIBW_SKIP: "*-musllinux_*"
5151
run: python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)