diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 96947ef..7f4dd91 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -143,10 +143,11 @@ jobs: arm-wheels: name: "Wheels for ARM64" runs-on: "ubuntu-latest" - if: startsWith(github.event.ref, 'refs/tags') + #if: startsWith(github.event.ref, 'refs/tags') env: CIBW_ARCHS_LINUX: aarch64 - CIBW_BEFORE_ALL_LINUX: "yum install -y lld; curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y" + CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_28" + CIBW_BEFORE_ALL_LINUX: "yum install -y lld && curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y" CIBW_BEFORE_BUILD: "touch filpreload/src/_filpreload.c" # force rebuild of Python code with new interpreter CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"' CIBW_SKIP: "cp27-* cp34-* cp35-* cp36-* cp37-* cp38-* cp313-* pp* *-musllinux*"