File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ case "${PLATFORM}" in
19
19
ppc64le) GOARCH=" ppc64le" ;;
20
20
s390x) GOARCH=" s390x" ;;
21
21
armv7l) GOARCH=" arm/v7" ;;
22
+ riscv64) GOARCH=" riscv64" ;;
22
23
* ) echo " Unsupported platform: '${PLATFORM} '" ; exit 1;;
23
24
esac
24
25
@@ -47,6 +48,11 @@ elif [ "${POLICY}" == "manylinux_2_34" ]; then
47
48
DEVTOOLSET_ROOTPATH=" /opt/rh/gcc-toolset-14/root"
48
49
PREPEND_PATH=" /usr/local/bin:${DEVTOOLSET_ROOTPATH} /usr/bin:"
49
50
LD_LIBRARY_PATH_ARG=" ${DEVTOOLSET_ROOTPATH} /usr/lib64:${DEVTOOLSET_ROOTPATH} /usr/lib:${DEVTOOLSET_ROOTPATH} /usr/lib64/dyninst:${DEVTOOLSET_ROOTPATH} /usr/lib/dyninst"
51
+ elif [ " ${POLICY} " == " manylinux_2_35" ]; then
52
+ BASEIMAGE=" ubuntu:22.04"
53
+ DEVTOOLSET_ROOTPATH=
54
+ PREPEND_PATH=
55
+ LD_LIBRARY_PATH_ARG=
50
56
elif [ " ${POLICY} " == " musllinux_1_2" ]; then
51
57
BASEIMAGE=" alpine:3.21"
52
58
DEVTOOLSET_ROOTPATH=
You can’t perform that action at this time.
0 commit comments