Temporarily disable ARM64 for Windows.

This commit is contained in:
Josh W 2024-09-03 23:06:26 -04:00
parent 7ec8e0300e
commit 684a20f530

View file

@ -73,7 +73,9 @@ jobs:
uses: joerick/cibuildwheel@v2.20.0
env:
CIBW_ARCHS_LINUX: "auto aarch64 ppc64le s390x"
CIBW_ARCHS_WINDOWS: "auto ARM64"
# Will re-enable ARM64 once libebur128 pull request #131 is merged.
# https://github.com/jiixyj/libebur128/pull/131
#CIBW_ARCHS_WINDOWS: "auto ARM64"
CIBW_BUILD: "cp${{ steps.pythonversion.outputs.value }}-*"
CIBW_ENVIRONMENT: "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}"
- name: Upload wheels to artifact container