Skip to content

Commit 61130a6

Browse files
build for manylinux aarch64 (#73)
fix #68
2 parents 0b4032f + fb82ab8 commit 61130a6

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/prerelease.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
include:
3636
- os: ubuntu-24.04
3737
arch: x86_64
38+
- os: ubuntu-24.04
39+
arch: aarch64
3840
- os: windows-2022
3941
arch: auto
4042
- os: macos-14

.github/workflows/stable-release-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
include:
3535
- os: ubuntu-24.04
3636
arch: x86_64
37+
- os: ubuntu-24.04
38+
arch: aarch64
3739
- os: windows-2022
3840
arch: auto
3941
- os: macos-14

0 commit comments

Comments
 (0)