Skip to content

Commit

Permalink
Add x86 and armv7 for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
lukipuki committed Mar 29, 2024
1 parent 4d801ec commit e23c607
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/linux-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# target: [x86_64, aarch64, armv7]
target: [x86_64]
target: [x86_64, armv7]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Setup QEMU
uses: docker/setup-qemu-action@v1
with:
target: [armv7]
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit e23c607

Please sign in to comment.