File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -143,10 +143,11 @@ jobs:
143
143
arm-wheels :
144
144
name : " Wheels for ARM64"
145
145
runs-on : " ubuntu-latest"
146
- if : startsWith(github.event.ref, 'refs/tags')
146
+ # if: startsWith(github.event.ref, 'refs/tags')
147
147
env :
148
148
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"
150
151
CIBW_BEFORE_BUILD : " touch filpreload/src/_filpreload.c" # force rebuild of Python code with new interpreter
151
152
CIBW_ENVIRONMENT : ' PATH="$PATH:$HOME/.cargo/bin"'
152
153
CIBW_SKIP : " cp27-* cp34-* cp35-* cp36-* cp37-* cp38-* cp313-* pp* *-musllinux*"
You can’t perform that action at this time.
0 commit comments