Skip to content

Commit

Permalink
CI: Build Linux arm64 wheels natively
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 28, 2025
1 parent d4f3854 commit ea61cb6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/wheel_tests_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04-arm]
cibw_python: ["cp310", "cp311", "cp312", "cp313"]
cibw_arch: ["aarch64"]
steps:
Expand All @@ -89,10 +89,6 @@ jobs:
name: Install Python
with:
python-version: "3.10"
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: arm64

- name: Build the wheel
uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
Expand Down

0 comments on commit ea61cb6

Please sign in to comment.