Skip to content

Commit 5243f1f

Browse files
committed
Add target for Linux ARM
1 parent 590fae6 commit 5243f1f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-cibw.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
platform_id: manylinux_x86_64
2020
manylinux_image: manylinux2014
2121

22+
- os: ubuntu-24.04-arm
23+
python_version: "3.10"
24+
cibw_python_version: 310
25+
platform_id: manylinux_aarch64
26+
manylinux_image: manylinux2014
27+
2228
steps:
2329
- name: Checkout
2430
uses: actions/checkout@v4
@@ -46,6 +52,7 @@ jobs:
4652
env:
4753
CIBW_BUILD: cp${{ matrix.cibw_python_version }}-${{ matrix.platform_id }}
4854
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_image }}
55+
CIBW_MANYLINUX_AARCH64_IMAGE: ${{ matrix.manylinux_image }}
4956
CIBW_ARCHS: all
5057
CIBW_ENVIRONMENT_PASS_LINUX: DEVELOP COMMIT_HASH
5158

0 commit comments

Comments
 (0)