Skip to content

Commit

Permalink
build for 32-bit arm
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Dec 11, 2024
1 parent 4ec7bf8 commit 9c3431b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
arch_linux: ["aarch64"]
arch_linux: ["aarch64", "armv7l"]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9c3431b

Please sign in to comment.