Skip to content

Commit 6ee81df

Browse files
authored
Start build wheels on armv7l musllinux (#10404)
1 parent 908145c commit 6ee81df

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,10 @@ jobs:
381381
qemu: s390x
382382
musl: ""
383383
- os: ubuntu
384-
qemu: ppc64le
384+
qemu: armv7l
385+
musl: musllinux
386+
- os: ubuntu
387+
qemu: s390x
385388
musl: musllinux
386389
- os: ubuntu
387390
qemu: s390x

CHANGES/10404.packaging.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Started building armv7l musllinux wheels -- by :user:`bdraco`.

docs/spelling_wordlist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ app’s
1414
apps
1515
arg
1616
args
17+
armv
1718
Arsenic
1819
async
1920
asyncio
@@ -201,6 +202,7 @@ multidicts
201202
Multidicts
202203
multipart
203204
Multipart
205+
musllinux
204206
mypy
205207
Nagle
206208
Nagle’s

0 commit comments

Comments
 (0)