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 +