Skip to content

Commit 8f0bf2d

Browse files
committed
Try to speed up the musllinux AArch64 build by splitting the different CPython versions into separate GHA jobs.
1 parent b9f7074 commit 8f0bf2d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/wheels.yml

+13
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
exclude:
7171
- image: manylinux_2_24_aarch64
7272
pyversion: "*"
73+
- image: musllinux_1_1_aarch64
74+
pyversion: "*"
7375
include:
7476
- image: manylinux2014_aarch64
7577
pyversion: "cp36*"
@@ -82,6 +84,17 @@ jobs:
8284
- image: manylinux_2_24_aarch64
8385
pyversion: "cp310*"
8486

87+
- image: musllinux_1_1_aarch64
88+
pyversion: "cp36*"
89+
- image: musllinux_1_1_aarch64
90+
pyversion: "cp37*"
91+
- image: musllinux_1_1_aarch64
92+
pyversion: "cp38*"
93+
- image: musllinux_1_1_aarch64
94+
pyversion: "cp39*"
95+
- image: musllinux_1_1_aarch64
96+
pyversion: "cp310*"
97+
8598
steps:
8699
- uses: actions/checkout@v2
87100

0 commit comments

Comments
 (0)