golang-armbuilds icon indicating copy to clipboard operation
golang-armbuilds copied to clipboard

Build for Golang 1.7.4

Open paulocoutinhox opened this issue 8 years ago • 5 comments

Hi,

Can you make release for Golang 1.7.4?

Thanks.

paulocoutinhox avatar Dec 17 '16 06:12 paulocoutinhox

You can find official ARM releases at https://golang.org/dl/

StefanScherer avatar Dec 17 '16 07:12 StefanScherer

Hi,

The problem is when i execute on my Android, i get:

./go go: No such file or directory

File download and extracted on Android: https://storage.googleapis.com/golang/go1.7.4.linux-armv6l.tar.gz

I tried with yours, but no success too :(

paulocoutinhox avatar Dec 17 '16 08:12 paulocoutinhox

It is not compatible.

paulocoutinhox avatar Dec 17 '16 08:12 paulocoutinhox

try go without the leading './' And maybe you can check if GOPATH and GOROOT are set as environment valiables. Is which go printing a path to the go binary?

firecyberice avatar Dec 17 '16 09:12 firecyberice

On Android there is a go distribution through termux. https://termux.com/ has Go 1.8.1 right now

vielmetti avatar May 09 '17 15:05 vielmetti