Page is Cut off when I use linux/amd64
123kyle16 opened this issue · 1 comments
I am trying to deploy to a kubernetes cluster that requires linux/amd64 architecture. Unfortunately when I download the binaries for linux/amd64 I have the same problem as in issue #37 .
Thanks!
I am trying to deploy to a kubernetes cluster that requires linux/amd64 architecture. Unfortunately when I download the binaries for linux/amd64 I have the same problem as in issue #37 .
Thanks!
You can clone the repo from https://github.com/y805939188/gohttpserver
and run the command docker buildx build --network=host --platform linux/amd64 -f docker/Dockerfile -t ${your_docker_image_path} . --push
. In this way, you should get a linux/amd64
version of gohttpserver
binary and an image. Then try to update your deployment with the ${your_docker_image_path} and restart pods.