Skip to content

Commit 9227c86

Browse files
committed
Make: Skip armv7l PyPi builds
1 parent e1de8ee commit 9227c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,4 @@ jobs:
358358
# https://cibuildwheel.pypa.io/en/stable/options/#archs
359359
CIBW_BUILD: cp${{ matrix.python-version }}-*
360360
CIBW_PLATFORM: linux
361-
CIBW_ARCHS: ppc64le s390x i686 armv7l
361+
CIBW_ARCHS: ppc64le s390x i686 #! `armv7l` not worth the trouble

0 commit comments

Comments
 (0)