We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fadca61 commit a4050c9Copy full SHA for a4050c9
hack/common.sh
@@ -21,8 +21,8 @@ function setGoInProw() {
21
if [ "${GOARCH}" == "arm64" ]; then
22
dnf install -y gcc-aarch64-linux-gnu
23
fi
24
- dnf install -y gcc gcc-c++ kernel-devel
25
eval $(gimme ${1})
26
- cp -R ~/.gimme/versions/go${1}.linux.amd64 /usr/local/go
+ echo "~/.gimme/versions/go${1}.linux.${GOARCH}"
+ cp -R ~/.gimme/versions/go${1}.linux.${GOARCH} /usr/local/go
27
28
}
0 commit comments