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 has been archived by the owner on Jan 27, 2019. It is now read-only.
If you try to run a build on the arm platform (Raspberry for example) then we get the error:
:prepareToolchain FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':prepareToolchain'.
> Could not download https://storage.googleapis.com/golang/go1.8.linux-arm.tar.gz to /home/pi/.go/sdk/bootstrap.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
I guess the problem is that the plugin looks for the file: go1.8.linux-arm.tar.gz and actually his name is: go1.8.1.linux-armv6l.tar.gz
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If you try to run a build on the arm platform (Raspberry for example) then we get the error:
I guess the problem is that the plugin looks for the file:
go1.8.linux-arm.tar.gz
and actually his name is:go1.8.1.linux-armv6l.tar.gz
The text was updated successfully, but these errors were encountered: