Skip to content

Commit a475c67

Browse files
committed
feat: add musllinux_1_2 armv7l wheel
1 parent d7a1255 commit a475c67

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
arch: "ppc64le"
5151
- os: ubuntu-22.04
5252
arch: "s390x"
53+
- os: ubuntu-22.04
54+
arch: "armv7l"
5355
- os: windows-2019
5456
arch: "AMD64"
5557
- os: windows-2022

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ test-extras = "test"
8989
test-command = "pytest {project}/tests"
9090
test-skip = ["*-win_arm64", "*-macosx_universal2:arm64"]
9191
environment-pass = ["SETUPTOOLS_SCM_PRETEND_VERSION"]
92+
musllinux-x86_64-image = "musllinux_1_1"
93+
musllinux-i686-image = "musllinux_1_1"
94+
musllinux-aarch64-image = "musllinux_1_1"
95+
musllinux-ppc64le-image = "musllinux_1_1"
96+
musllinux-s390x-image = "musllinux_1_1"
97+
musllinux-armv7l-image = "musllinux_1_2"
9298

9399
[tool.cibuildwheel.macos.environment]
94100
MACOSX_DEPLOYMENT_TARGET = "10.9"

0 commit comments

Comments
 (0)