Skip to content

Commit 656eb55

Browse files
committed
ci: skip Windows ARM64 emulated builds
Not sure how to fix missing symbols like: Link.obj : error LNK2001: unresolved external symbol __imp_PyThread_tss_create [D:\a\link-python\link-python\build\temp.win-arm64-cpython-39\Release\LinkPython-extern\_link.vcxproj]
1 parent b6555ed commit 656eb55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
- name: Build wheels
6666
uses: pypa/cibuildwheel@v2.23
6767
env:
68-
CIBW_ARCHS: 'all'
68+
CIBW_ARCHS_LINUX: 'all'
69+
CIBW_ARCHS_MACOS: 'all'
6970
CIBW_BUILD: ${{ inputs.wheel_versions }}
7071
CIBW_FREE_THREADED_SUPPORT: ${{ inputs.allow_free_threaded }}
7172
CIBW_PRERELEASE_PYTHONS: ${{ inputs.allow_prereleases }}

0 commit comments

Comments
 (0)