Skip to content

Commit

Permalink
Add target for Linux ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
yambati03 committed Feb 25, 2025
1 parent 590fae6 commit 5243f1f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-cibw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
platform_id: manylinux_x86_64
manylinux_image: manylinux2014

- os: ubuntu-24.04-arm
python_version: "3.10"
cibw_python_version: 310
platform_id: manylinux_aarch64
manylinux_image: manylinux2014

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -46,6 +52,7 @@ jobs:
env:
CIBW_BUILD: cp${{ matrix.cibw_python_version }}-${{ matrix.platform_id }}
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_image }}
CIBW_MANYLINUX_AARCH64_IMAGE: ${{ matrix.manylinux_image }}
CIBW_ARCHS: all
CIBW_ENVIRONMENT_PASS_LINUX: DEVELOP COMMIT_HASH

Expand Down

0 comments on commit 5243f1f

Please sign in to comment.