Skip to content

Commit

Permalink
chore: remove aarch from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Nov 19, 2024
1 parent ddfb1e7 commit e34a8ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
target: x86_64
- runner: ubuntu-latest
target: x86
- runner: ubuntu-latest
target: aarch64
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -34,7 +32,7 @@ jobs:
- name: Install SSL
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev build-essential gcc-multilib g++-multilib gcc-aarch64-linux-gnu
sudo apt-get install -y pkg-config libssl-dev build-essential gcc-multilib g++-multilib
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit e34a8ee

Please sign in to comment.