Skip to content

Commit

Permalink
skip linux arm
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Oct 25, 2024
1 parent 16bee12 commit ff889c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
target: x86_64
- runner: ubuntu-latest
target: x86
- runner: ubuntu-latest
target: aarch64
# TODO: fix cross-compilation
#- runner: ubuntu-latest
# target: aarch64
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -39,7 +40,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --manifest-path python-pyo3/Cargo.toml
args: --release --out dist --find-interpreter --zig --manifest-path python-pyo3/Cargo.toml
sccache: "true"
manylinux: auto
- name: Upload wheels
Expand Down

0 comments on commit ff889c4

Please sign in to comment.