Skip to content

Commit afa1dbc

Browse files
committed
Update CI release workflow
1 parent 3faf0c8 commit afa1dbc

1 file changed

Lines changed: 20 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,19 @@ jobs:
3939
target: x86_64
4040
manylinux: auto
4141
interpreter: pypy3.9 pypy3.10 pypy3.11
42-
- os: macos
43-
target: x86_64
44-
interpreter: pypy3.9 pypy3.10 pypy3.11
45-
- os: macos
46-
target: aarch64
47-
interpreter: pypy3.9 pypy3.10 pypy3.11
42+
- os: ubuntu
43+
platform: linux
44+
target: i686
45+
interpreter: 3.9 3.10 3.11 3.12 3.13
4846
- os: ubuntu
4947
platform: linux
5048
target: aarch64
51-
container: messense/manylinux_2_24-cross:aarch64
49+
# rust-cross/manylinux2014-cross:aarch64 has issues with `ring`
50+
container: ghcr.io/rust-cross/manylinux_2_28-cross:aarch64
51+
- os: ubuntu
52+
platform: linux
53+
target: armv7
54+
interpreter: 3.9 3.10 3.11 3.12 3.13
5255
- os: ubuntu
5356
platform: linux
5457
target: x86_64
@@ -57,6 +60,16 @@ jobs:
5760
platform: linux
5861
target: aarch64
5962
manylinux: musllinux_1_1
63+
- os: ubuntu
64+
platform: linux
65+
target: armv7
66+
manylinux: musllinux_1_1
67+
- os: macos
68+
target: x86_64
69+
interpreter: pypy3.9 pypy3.10 pypy3.11
70+
- os: macos
71+
target: aarch64
72+
interpreter: pypy3.9 pypy3.10 pypy3.11
6073
- os: windows
6174
target: x86_64
6275
interpreter: pypy3.9 pypy3.10 pypy3.11

0 commit comments

Comments
 (0)