Merge pull request #51906 from ClickHouse/riscv-in-universal-script

Add RISC-V 64 to the universal installer
This commit is contained in:
Alexey Milovidov 2023-07-06 23:42:14 +03:00 committed by GitHub
commit bc4a361d69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,9 @@ then
elif [ "${ARCH}" = "powerpc64le" -o "${ARCH}" = "ppc64le" ]
then
DIR="powerpc64le"
elif [ "${ARCH}" = "riscv64" ]
then
DIR="riscv64"
fi
elif [ "${OS}" = "FreeBSD" ]
then