Skip to content

Commit

Permalink
Build wheels for musl aarch64 (aka ARM) Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoodsend committed Sep 20, 2021
1 parent 1dda667 commit 08d7e5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-wheels-linux.yml
Expand Up @@ -18,6 +18,7 @@ jobs:
"manylinux2014_aarch64",
"manylinux2014_i686",
"manylinux2014_x86_64",
"musllinux_1_1_aarch64",
"musllinux_1_1_x86_64",
]
python-version: ["pypy3", "3.6", "3.7", "3.8", "3.9", "3.10-dev"]
Expand All @@ -31,6 +32,7 @@ jobs:
- { python-version: "3.10-dev", version-tag: "cp310-cp310" }
exclude:
# No PyPy3 on musllinux
- { python-version: "pypy3", wheel: "musllinux_1_1_aarch64" }
- { python-version: "pypy3", wheel: "musllinux_1_1_x86_64" }

steps:
Expand Down

0 comments on commit 08d7e5b

Please sign in to comment.