Skip to content

Commit 68ec7b5

Browse files
committed
Update CI build workflow
1 parent 0429635 commit 68ec7b5

1 file changed

Lines changed: 20 additions & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,19 @@ jobs:
2020
target: x86_64
2121
manylinux: auto
2222
interpreter: pypy3.9 pypy3.10 pypy3.11
23-
- os: macos
24-
target: x86_64
25-
interpreter: pypy3.9 pypy3.10 pypy3.11
26-
- os: macos
27-
target: aarch64
28-
interpreter: pypy3.9 pypy3.10 pypy3.11
23+
- os: ubuntu
24+
platform: linux
25+
target: i686
26+
interpreter: 3.9 3.10 3.11 3.12 3.13
2927
- os: ubuntu
3028
platform: linux
3129
target: aarch64
32-
container: messense/manylinux_2_24-cross:aarch64
30+
# rust-cross/manylinux2014-cross:aarch64 has issues with `ring`
31+
container: ghcr.io/rust-cross/manylinux_2_28-cross:aarch64
32+
- os: ubuntu
33+
platform: linux
34+
target: armv7
35+
interpreter: 3.9 3.10 3.11 3.12 3.13
3336
- os: ubuntu
3437
platform: linux
3538
target: x86_64
@@ -38,6 +41,16 @@ jobs:
3841
platform: linux
3942
target: aarch64
4043
manylinux: musllinux_1_1
44+
- os: ubuntu
45+
platform: linux
46+
target: armv7
47+
manylinux: musllinux_1_1
48+
- os: macos
49+
target: x86_64
50+
interpreter: pypy3.9 pypy3.10 pypy3.11
51+
- os: macos
52+
target: aarch64
53+
interpreter: pypy3.9 pypy3.10 pypy3.11
4154
- os: windows
4255
target: x86_64
4356
interpreter: pypy3.9 pypy3.10 pypy3.11

0 commit comments

Comments
 (0)