Skip to content

Commit f49bb65

Browse files
tacaswellksunden
andauthored
BLD: do not build musl + arm
Co-authored-by: Kyle Sunden <[email protected]>
1 parent 0b7007e commit f49bb65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
twine check {wheel} &&
103103
python {package}/ci/check_wheel_licenses.py {wheel}
104104
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
105+
CIBW_SKIP: "*-musllinux_aarch64"
105106
CIBW_TEST_COMMAND: >-
106107
python {package}/ci/check_version_number.py
107108
# Apple Silicon machines are not available for testing, so silence the

0 commit comments

Comments
 (0)