From fd059be6895ac82b8d9316d408082baae17e1d5e Mon Sep 17 00:00:00 2001 From: Mikkel Wienberg Madsen Date: Mon, 22 Apr 2024 13:05:28 +0200 Subject: [PATCH] Add more CI targets --- .github/workflows/pyo3.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pyo3.yml b/.github/workflows/pyo3.yml index 8762216..f06ab12 100644 --- a/.github/workflows/pyo3.yml +++ b/.github/workflows/pyo3.yml @@ -1,8 +1,3 @@ -# This file is autogenerated by maturin v1.4.0 -# To update, run -# -# maturin generate-ci github --platform linux -# name: "PyO3 CI" on: workflow_run: @@ -20,7 +15,7 @@ jobs: runs-on: self-hosted strategy: matrix: - target: [x86_64, aarch64] + target: [x86_64, aarch64, aarch64-unknown-linux-gnu, armv7-unknown-linux-gnueabi] steps: - uses: actions/checkout@v3 - uses: actions-rust-lang/setup-rust-toolchain@v1 @@ -28,7 +23,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y build-essential - uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.7' - name: Install Zigbuild run: pip install cargo-zigbuild - name: Build wheels