Closed Zero-1729 closed 1 year ago
This PR adds a note on downloading/installing golang for those running 64-bit ARM linux machines (e.g. on a Rasberry Pi or an EC2 instance).
Currently, following the guide would result in the following error if they attempt to run the x86 binaries on arm64:
$ go -bash: /usr/local/go/bin/go: cannot execute binary file: Exec format error
This PR adds a note on downloading/installing golang for those running 64-bit ARM linux machines (e.g. on a Rasberry Pi or an EC2 instance).
Currently, following the guide would result in the following error if they attempt to run the x86 binaries on arm64: