From 5c7c5c50c63edae840cedc19fd510c3bef9e6c0d Mon Sep 17 00:00:00 2001 From: Xiaonan Shen Date: Fri, 24 Feb 2023 23:23:56 +0800 Subject: [PATCH] temp x --- build/install-golang.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 build/install-golang.sh diff --git a/build/install-golang.sh b/build/install-golang.sh new file mode 100644 index 0000000..0781c86 --- /dev/null +++ b/build/install-golang.sh @@ -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 +