Skip to content

Commit 84c9da9

Browse files
remove arm support from wheels
1 parent 41ae46b commit 84c9da9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
arch: [x86_64, aarch64]
39+
arch: [x86_64]
4040

4141
steps:
4242
- uses: actions/checkout@v4
@@ -54,7 +54,6 @@ jobs:
5454
CIBW_TEST_SKIP: "*-linux_aarch64"
5555

5656
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
57-
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
5857

5958
CIBW_BEFORE_ALL_LINUX: |
6059
dnf install -y elfutils-libelf-devel zlib-devel

0 commit comments

Comments
 (0)