hairpin-proxy icon indicating copy to clipboard operation
hairpin-proxy copied to clipboard

wish this worked for Arm

Open vavallee opened this issue 3 years ago • 3 comments

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

vavallee avatar Dec 20 '20 19:12 vavallee

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 avatar Dec 27 '20 14:12 compumike

Will try this thanks.

vavallee avatar Jan 01 '21 21:01 vavallee

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.

superherointj avatar Dec 20 '21 18:12 superherointj