Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Required? #1

Open
JCGrzywna opened this issue Apr 8, 2019 · 2 comments
Open

Docker Required? #1

JCGrzywna opened this issue Apr 8, 2019 · 2 comments

Comments

@JCGrzywna
Copy link

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"".

@thbkrkr
Copy link
Owner

thbkrkr commented Apr 12, 2019

It does not require Docker.

go-apish can run on a Raspberry Pi with or without Docker if the go binary has been compiled for the RPi 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

@JCGrzywna
Copy link
Author

JCGrzywna commented Apr 13, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants