Skip to content

Commit 5b60a4f

Browse files
committed
ci: add armv7l manylinux/musllinux wheels
1 parent 1cfed0a commit 5b60a4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-22.04]
12-
archs: ["x86_64, i686", "aarch64", "ppc64le", "s390x", "riscv64"]
12+
archs: ["x86_64, i686", "aarch64", "ppc64le", "s390x", "riscv64", "armv7l"]
1313
build: ["manylinux", "musllinux"]
1414
platform: ["auto"]
1515
include:

0 commit comments

Comments
 (0)