We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cfed0a commit 5b60a4fCopy full SHA for 5b60a4f
1 file changed
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: [ubuntu-22.04]
12
- archs: ["x86_64, i686", "aarch64", "ppc64le", "s390x", "riscv64"]
+ archs: ["x86_64, i686", "aarch64", "ppc64le", "s390x", "riscv64", "armv7l"]
13
build: ["manylinux", "musllinux"]
14
platform: ["auto"]
15
include:
0 commit comments