forked from mirrors/protonmail-bridge-docker
temp x
This commit is contained in:
11
build/install-golang.sh
Normal file
11
build/install-golang.sh
Normal 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
|
||||||
|
|
||||||
Reference in New Issue
Block a user