Skip to content

Commit 4f36682

Browse files
committed
add armv6 wheels
1 parent 22d34a7 commit 4f36682

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,10 @@ jobs:
413413
manylinux: auto
414414
target: armv7
415415
interpreter: 3.9 3.10 3.11 3.12 3.13
416+
- os: linux
417+
manylinux: auto
418+
target: armv6
419+
interpreter: 3.9 3.10 3.11 3.12 3.13
416420
- os: linux
417421
manylinux: auto
418422
target: ppc64le
@@ -436,6 +440,9 @@ jobs:
436440
- os: linux
437441
manylinux: musllinux_1_1
438442
target: armv7
443+
- os: linux
444+
manylinux: musllinux_1_1
445+
target: armv6
439446

440447
# macos;
441448
# all versions x86_64
@@ -592,10 +599,12 @@ jobs:
592599
fail-fast: false
593600
matrix:
594601
target: [aarch64, armv7, s390x, ppc64le]
595-
distro: ['ubuntu22.04']
602+
distro: ['ubuntu_latest']
596603
include:
597604
- target: aarch64
598605
distro: alpine_latest
606+
- target: armv6
607+
distro: alpine_latest
599608

600609
steps:
601610
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)