Skip to content

Commit

Permalink
Include aarch64 as a target on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mberk committed Apr 27, 2024
1 parent dab48ba commit f774234
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ on:

jobs:
linux:
strategy:
matrix:
target: [x86_64, aarch64]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: messense/maturin-action@v1
with:
manylinux: auto
command: build
target: ${{ matrix.target }}
args: --release --sdist -o dist --find-interpreter
- name: Upload wheels
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -63,4 +67,4 @@ jobs:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
command: upload
args: --skip-existing *
args: --skip-existing *

0 comments on commit f774234

Please sign in to comment.