Skip to content

Commit 1e7b6f3

Browse files
mayeutjcfr
authored andcommitted
feat: use a manylinux_2_31 compatible image for riscv64
This ubuntu based image provides better compatibility than the default `manylinux_2_39` pypa/manylinux image.
1 parent a64e6a1 commit 1e7b6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ manylinux-aarch64-image = "manylinux2014"
100100
manylinux-ppc64le-image = "manylinux2014"
101101
manylinux-s390x-image = "manylinux2014"
102102
manylinux-armv7l-image = "manylinux_2_31"
103-
manylinux-riscv64-image = "manylinux_2_39"
103+
manylinux-riscv64-image = "ghcr.io/mayeut/manylinux_2_31:2025.08.02-2"
104104
musllinux-x86_64-image = "musllinux_1_2"
105105
musllinux-i686-image = "musllinux_1_2"
106106
musllinux-aarch64-image = "musllinux_1_2"

0 commit comments

Comments
 (0)