forked from pikepdf/pikepdf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cirrus.yml
33 lines (29 loc) · 870 Bytes
/
.cirrus.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# SPDX-FileCopyrightText: 2023 James R. Barlow
# SPDX-License-Identifier: MPL-2.0
cirrus_linux_arm64_wheel_task:
name: "linux arm64 Cirrus"
alias: wheel_linux_arm
compute_engine_instance:
image_project: cirrus-images
image: family/docker-builder-arm64
architecture: arm64
platform: linux
cpu: 4
memory: 4G
env:
CIBW_BUILD: >-
cp39-manylinux_aarch64
cp310-manylinux_aarch64
cp311-manylinux_aarch64
cp312-manylinux_aarch64
cp313-manylinux_aarch64
cp39-musllinux_aarch64
cp310-musllinux_aarch64
cp311-musllinux_aarch64
cp312-musllinux_aarch64
cp313-musllinux_aarch64
cibuildwheel_script:
- apt-get install -y python3 python-is-python3 pipx
- pipx run --python /usr/bin/python3 --spec cibuildwheel==2.21.3 cibuildwheel
wheels_artifacts:
path: "wheelhouse/*"