You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2022. It is now read-only.
For aarch64 you'll have to install first go1.4 and then go(the newest version). However, go1.4 doesn't support aarch64 which is tricky. We used the link below:
on an intel host, build Go 1.4 to be your hosts’ GOROOT_BOOTSTRAP
on the same intel host, build Go 1.7.3 (the blog post says Go 1.5)
on the same intel host, use env GOOS=linux GOARCH=arm64 ./bootstrap.bash to build the bootstrap version of Go for your arm64 host
on your arm64 host, build Go 1.7.3, using the output of step 3 as your GOROOT_BOOTSTRAP/