We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 590fae6 commit 5243f1fCopy full SHA for 5243f1f
.github/workflows/build-cibw.yml
@@ -19,6 +19,12 @@ jobs:
19
platform_id: manylinux_x86_64
20
manylinux_image: manylinux2014
21
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
+
28
steps:
29
- name: Checkout
30
uses: actions/checkout@v4
@@ -46,6 +52,7 @@ jobs:
46
52
env:
47
53
CIBW_BUILD: cp${{ matrix.cibw_python_version }}-${{ matrix.platform_id }}
48
54
CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.manylinux_image }}
55
+ CIBW_MANYLINUX_AARCH64_IMAGE: ${{ matrix.manylinux_image }}
49
56
CIBW_ARCHS: all
50
57
CIBW_ENVIRONMENT_PASS_LINUX: DEVELOP COMMIT_HASH
51
58
0 commit comments