microsoft / mindaro

Bridge to Kubernetes - for Visual Studio and Visual Studio Code
MIT License
307 stars 106 forks source link

Support for linux/arm64 k8s node #280

Open jrkhan opened 2 years ago

jrkhan commented 2 years ago

Is your feature request related to a problem? Please describe. Would like to run the lpkremoteagent on linux/arm64, but the current image is only available on linux/amd64

Describe the solution you'd like A cross platform image that supports arm64

Describe alternatives you've considered Emulate arm64 to make use of the existing image.

Additional context When pulling the image: docker pull --platform=linux/arm64 bridgetokubernetes.azurecr.io/lpkremoteagent

WARNING: image with reference bridgetokubernetes.azurecr.io/lpkremoteagent was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64

Logs on container when running the image (after starting up Bridge to Kubernetes with visual studio code extension): (Typical error when running an image for a different arch) standard_init_linux.go:228: exec user process caused: exec format error