Skip to content

Commit

Permalink
Try cross
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Jan 18, 2024
1 parent d0c1373 commit a93daf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ jobs:
linux-cross:
# TODO(charlie): Enable cross-compilation.
if: false
# if: false
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
manylinux: auto
manylinux: manylinux_2_24
docker-options: ${{ matrix.platform.maturin_docker_options }}
args: --release --locked --out dist
- uses: uraimo/run-on-arch-action@v2
Expand Down

0 comments on commit a93daf0

Please sign in to comment.