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
Does this require docker? I have tried to install it on a pi zer w. Having issues getting docker to install on Raspbian but that is a separate issue. I did get docker to run on another image but I get the following error "standard_init_linux.go:190: exec user process caused "exec format error"".
The text was updated successfully, but these errors were encountered:
On Apr 12, 2019, at 3:58 AM, Thibault Richard ***@***.***> wrote:
The go-apish binary in the Docker image is not compiled for the Raspberry Pi architecture which is ARM.
The command to compile a binary for ARM looks like:
GOOS=linux GOARCH=arm GOARM=5 go build
Use uname -a on the RPI to check your ARM version: 5, 6 or 7?
More info: https://github.com/golang/go/wiki/GoArm .
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Does this require docker? I have tried to install it on a pi zer w. Having issues getting docker to install on Raspbian but that is a separate issue. I did get docker to run on another image but I get the following error "standard_init_linux.go:190: exec user process caused "exec format error"".
The text was updated successfully, but these errors were encountered: