Skip to content

Commit

Permalink
enable linux-aarch64 builds (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored May 3, 2024
1 parent eea519e commit 36d9fa8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
- v*
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true

jobs:
build_wheels:
name: Build wheels for cp${{ matrix.python }}-${{ matrix.platform_id }}
Expand All @@ -32,6 +36,11 @@ jobs:
- os: windows-latest
python: 311
platform_id: win_amd64
# linux-aarch64
- os: ARM64
python: 311
platform_id: manylinux_aarch64

steps:
- uses: actions/checkout@v4
- uses: ilammy/setup-nasm@v1
Expand Down

0 comments on commit 36d9fa8

Please sign in to comment.