Skip to content

Commit 7cff8d3

Browse files
committed
ci: no aarch64 for musllinux yet
1 parent 873ff9b commit 7cff8d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
buildplat:
1414
- { runs_on: ubuntu-20.04, sys: manylinux, arch: x86_64, benv: "" }
1515
- { runs_on: ubuntu-20.04, sys: musllinux, arch: x86_64, benv: "" }
16-
- { runs_on: ubuntu-20.04, sys: musllinux, arch: aarch64, benv: "" }
1716
- { runs_on: macos-14, sys: macosx, arch: arm64, benv: "14.0" }
1817
python:
1918
- { cp: "cp38", rel: "3.8" }
@@ -59,7 +58,7 @@ jobs:
5958
run: python -m cibuildwheel --output-dir wheelhouse
6059
env:
6160
CIBW_BUILD: ${{ matrix.python.cp }}-${{ matrix.buildplat.sys }}*
62-
CIBW_ARCHS_LINUX: "x86_64 aarch64"
61+
CIBW_ARCHS_LINUX: "x86_64"
6362
CIBW_BEFORE_ALL_LINUX: >
6463
apk add build-base git autoconf-archive autoconf automake libtool bzip2-dev icu-dev libxml2-dev libexttextcat-dev libtool rsync &&
6564
mkdir -p /usr/local/share/aclocal/ && rsync -av --ignore-existing /usr/share/aclocal/*.m4 /usr/local/share/aclocal/ &&

0 commit comments

Comments
 (0)