Skip to content

Commit

Permalink
feat: build armv7l
Browse files Browse the repository at this point in the history
  • Loading branch information
vermut authored May 6, 2024
1 parent fc6cc4d commit dad01a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
CIBW_SKIP: "cp36-*" # skip 3.6
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
CIBW_ARCHS_LINUX: "auto aarch64"
CIBW_ARCHS_LINUX: "auto aarch64 armv7l"
- uses: actions/upload-artifact@v4
with:
name: python-package-distributions-${{ matrix.os }}
Expand Down

0 comments on commit dad01a7

Please sign in to comment.