File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 13
13
buildplat :
14
14
- { runs_on: ubuntu-20.04, sys: manylinux, arch: x86_64, benv: "" }
15
15
- { runs_on: ubuntu-20.04, sys: musllinux, arch: x86_64, benv: "" }
16
- - { runs_on: ubuntu-20.04, sys: musllinux, arch: aarch64, benv: "" }
17
16
- { runs_on: macos-14, sys: macosx, arch: arm64, benv: "14.0" }
18
17
python :
19
18
- { cp: "cp38", rel: "3.8" }
59
58
run : python -m cibuildwheel --output-dir wheelhouse
60
59
env :
61
60
CIBW_BUILD : ${{ matrix.python.cp }}-${{ matrix.buildplat.sys }}*
62
- CIBW_ARCHS_LINUX : " x86_64 aarch64 "
61
+ CIBW_ARCHS_LINUX : " x86_64"
63
62
CIBW_BEFORE_ALL_LINUX : >
64
63
apk add build-base git autoconf-archive autoconf automake libtool bzip2-dev icu-dev libxml2-dev libexttextcat-dev libtool rsync &&
65
64
mkdir -p /usr/local/share/aclocal/ && rsync -av --ignore-existing /usr/share/aclocal/*.m4 /usr/local/share/aclocal/ &&
You can’t perform that action at this time.
0 commit comments