Skip to content

Commit cc99424

Browse files
committed
build manylinux_2_35 for riscv64
Co-authored by: nijincheng@iscas.ac.cn;
1 parent 42b0485 commit cc99424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
("aarch64", "ubuntu-24.04-arm", ("manylinux2014", "manylinux_2_28", "manylinux_2_34", "manylinux_2_39", "musllinux_1_2")),
5050
("i686", "ubuntu-24.04", ("manylinux2014", "manylinux_2_28", "manylinux_2_34", "musllinux_1_2")),
5151
("armv7l", "ubuntu-24.04-arm", ("manylinux_2_31", "musllinux_1_2")),
52-
("riscv64", "ubuntu-24.04", ("manylinux_2_39", "musllinux_1_2")),
52+
("riscv64", "ubuntu-24.04", ("manylinux_2_39", "musllinux_1_2", "manylinux_2_35")),
5353
]
5454
expanded = [{"policy": policy, "platform": platform, "runner": runner} for platform, runner, policies in reduced for policy in policies]
5555
print(json.dumps(expanded, indent=2))

0 commit comments

Comments
 (0)