File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -413,6 +413,10 @@ jobs:
413
413
manylinux : auto
414
414
target : armv7
415
415
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
416
420
- os : linux
417
421
manylinux : auto
418
422
target : ppc64le
@@ -436,6 +440,9 @@ jobs:
436
440
- os : linux
437
441
manylinux : musllinux_1_1
438
442
target : armv7
443
+ - os : linux
444
+ manylinux : musllinux_1_1
445
+ target : armv6
439
446
440
447
# macos;
441
448
# all versions x86_64
@@ -592,10 +599,12 @@ jobs:
592
599
fail-fast : false
593
600
matrix :
594
601
target : [aarch64, armv7, s390x, ppc64le]
595
- distro : ['ubuntu22.04 ']
602
+ distro : ['ubuntu_latest ']
596
603
include :
597
604
- target : aarch64
598
605
distro : alpine_latest
606
+ - target : armv6
607
+ distro : alpine_latest
599
608
600
609
steps :
601
610
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments