File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -143,10 +143,11 @@ jobs:
143143 arm-wheels :
144144 name : " Wheels for ARM64"
145145 runs-on : " ubuntu-latest"
146- if : startsWith(github.event.ref, 'refs/tags')
146+ # if: startsWith(github.event.ref, 'refs/tags')
147147 env :
148148 CIBW_ARCHS_LINUX : aarch64
149- CIBW_BEFORE_ALL_LINUX : " yum install -y lld; curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y"
149+ CIBW_MANYLINUX_AARCH64_IMAGE : " manylinux_2_28"
150+ CIBW_BEFORE_ALL_LINUX : " yum install -y lld && curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y"
150151 CIBW_BEFORE_BUILD : " touch filpreload/src/_filpreload.c" # force rebuild of Python code with new interpreter
151152 CIBW_ENVIRONMENT : ' PATH="$PATH:$HOME/.cargo/bin"'
152153 CIBW_SKIP : " cp27-* cp34-* cp35-* cp36-* cp37-* cp38-* cp313-* pp* *-musllinux*"
You can’t perform that action at this time.
0 commit comments