Skip to content

Commit 650b863

Browse files
authored
ci: use linux-arm CI machines (#111)
Signed-off-by: Michele Dolfi <[email protected]>
1 parent a655bc9 commit 650b863

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
platform: "linux"
4949
platform_id: "manylinux_x86_64"
5050

51+
- name: "ubuntu-22.04-arm"
52+
platform: "linux"
53+
platform_id: "manylinux_aarch64"
54+
5155
- name: "macos-13"
5256
platform: "macos"
5357
min_macos_version: "13"
@@ -210,7 +214,7 @@ jobs:
210214
- name: Build wheels [linux]
211215
if: startsWith(matrix.os.name, 'ubuntu')
212216
env:
213-
# CIBW_BUILD: ${{ env.python_cp_version }}-${{ matrix.os.platform_id }}
217+
CIBW_BUILD: ${{ env.python_cp_version }}-${{ matrix.os.platform_id }}
214218
CIBW_ARCHS: auto x86_64 aarch64
215219
CIBW_PLATFORM: linux
216220
CIBW_SKIP: "pp* *musllinux_* *_i686* *_s390* *pypy*"

0 commit comments

Comments
 (0)