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

Any support for RaspberryPi (Arm32v7) #109

Closed
GuyKh opened this issue Apr 21, 2020 · 10 comments
Closed

Any support for RaspberryPi (Arm32v7) #109

GuyKh opened this issue Apr 21, 2020 · 10 comments

Comments

@GuyKh
Copy link

GuyKh commented Apr 21, 2020

Getting standard_init_linux.go:211: exec user process caused "exec format error" - when running on Raspberry Pi 3b+.

That's probably means that the project is compiled for 64 bit and i'm using 32bit.
Any workaround to make it work?

@SuperSandro2000
Copy link
Contributor

Build the Docker Image on your RPi 3b+.

@veverkap
Copy link

I did that on my Pi cluster and it worked great. I can share the image if anyone needs it.

@GuyKh
Copy link
Author

GuyKh commented Apr 22, 2020

@veverkap I'd love that

@veverkap
Copy link

@GuyKh
Copy link
Author

GuyKh commented Apr 22, 2020

@veverkap - Awesome! works like a charm. Thanks

Nevertheless - I'd love to have Arm builds coming in the major docker hub

@thomseddon
Copy link
Owner

We have #38 still open - there doesn't currently seem to be an easy way to get these onto docker hub without building and pushing them yourself 😢

I'm glad you got this sorted, I will keep #38 open and hopefully docker hub will improve support for this in the future

@GuyKh
Copy link
Author

GuyKh commented Apr 23, 2020

@veverkap
Apparently - there's an existing tag which works:
thomseddon/traefik-forward-auth:2.1-arm

@veverkap
Copy link

Yep, that seems to work for me too! Never mind my build :)

@aymanbagabas
Copy link

I've noticed that all the ARM builds have a linux/amd64 OS/ARCH, is that intentional?
https://hub.docker.com/r/thomseddon/traefik-forward-auth/tags?page=1&name=arm

@SuperSandro2000
Copy link
Contributor

Yeah, cause it is not changed with a command before pushing.

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

5 participants