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
1919 ppc64le) GOARCH=" ppc64le" ;;
2020 s390x) GOARCH=" s390x" ;;
2121 armv7l) GOARCH=" arm/v7" ;;
22+ riscv64) GOARCH=" riscv64" ;;
2223 * ) echo " Unsupported platform: '${PLATFORM} '" ; exit 1;;
2324esac
2425
@@ -47,6 +48,11 @@ elif [ "${POLICY}" == "manylinux_2_34" ]; then
4748 DEVTOOLSET_ROOTPATH=" /opt/rh/gcc-toolset-14/root"
4849 PREPEND_PATH=" /usr/local/bin:${DEVTOOLSET_ROOTPATH} /usr/bin:"
4950 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=
5056elif [ " ${POLICY} " == " musllinux_1_2" ]; then
5157 BASEIMAGE=" alpine:3.21"
5258 DEVTOOLSET_ROOTPATH=
You can’t perform that action at this time.
0 commit comments