Skip to content

Commit 50393d2

Browse files
committed
CI: disable armv7l
1 parent 6f81f99 commit 50393d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Build wheels
133133
uses: pypa/[email protected]
134134
env:
135-
CIBW_ARCHS_LINUX: "aarch64 armv7l"
135+
CIBW_ARCHS_LINUX: "aarch64"
136136
CIBW_BUILD: ${{ matrix.cibw_build }}
137137
CIBW_SKIP: "cp*-musllinux*"
138138
CIBW_ENABLE: cpython-freethreading

0 commit comments

Comments
 (0)