Temporarily disable ARM64 for Windows.
This commit is contained in:
parent
7ec8e0300e
commit
684a20f530
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build-test-pypi.yml
vendored
4
.github/workflows/build-test-pypi.yml
vendored
|
@ -73,7 +73,9 @@ jobs:
|
||||||
uses: joerick/cibuildwheel@v2.20.0
|
uses: joerick/cibuildwheel@v2.20.0
|
||||||
env:
|
env:
|
||||||
CIBW_ARCHS_LINUX: "auto aarch64 ppc64le s390x"
|
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_BUILD: "cp${{ steps.pythonversion.outputs.value }}-*"
|
||||||
CIBW_ENVIRONMENT: "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}"
|
CIBW_ENVIRONMENT: "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}"
|
||||||
- name: Upload wheels to artifact container
|
- name: Upload wheels to artifact container
|
||||||
|
|
Loading…
Reference in a new issue