Skip to content

Commit

Permalink
add explict target for aarch64 linux
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Aug 1, 2023
1 parent e95acae commit 2e0ddf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: ${{ (matrix.os == 'ubuntu') && (matrix.compile_arch == 'aarch64') }}
uses: messense/maturin-action@v1
with:
target: aarch64
target: aarch64-unknown-linux-gnu
manylinux: auto
args: --profile release-lto --out dist --sdist

Expand Down

0 comments on commit 2e0ddf3

Please sign in to comment.