This commit is contained in:
Xiaonan Shen
2023-02-24 23:23:56 +08:00
parent bea37a8aa9
commit 5c7c5c50c6

11
build/install-golang.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
set -ex
GOLANG_VERSION=1.18.7
ARCH=$(uname -m)
if [[ $ARCH == "riscv64" ]]; then
# There is no official riscv64 release. Use carlosedp/riscv-bringup instead.
wget