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

wish this worked for Arm #4

Open
vavallee opened this issue Dec 20, 2020 · 3 comments
Open

wish this worked for Arm #4

vavallee opened this issue Dec 20, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@vavallee
Copy link

Unfortunately doesn't help me on microk8s with raspberry pi, any chance for an armv8 version?

@compumike
Copy link
Owner

Hi @vavallee , have you tried building the docker images for yourself? It looks like both of the base images do include armv8 so I think it's likely to work if you run (cd hairpin-proxy-controller; docker build -t vavalee/hairpin-proxy-controller:armv8 .) and repeat the same for the haproxy image.

If you find that it works, please let me know, and I can investigate making cross-arch builds part of my publicly pushed images.

@compumike compumike added the enhancement New feature or request label Dec 27, 2020
@vavallee
Copy link
Author

vavallee commented Jan 1, 2021

Will try this thanks.

@superherointj
Copy link

I confirm it works if built for Arm64. For testing purposes made available the arm images I've built:

  • docker pull ghcr.io/superherointj/hairpin-proxy/hairpin-proxy-controller:latest
  • docker pull ghcr.io/superherointj/hairpin-proxy/hairpin-proxy-haproxy:latest
    Both are arm only images. Have fun.

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

No branches or pull requests

3 participants