[Newbie] What is correct way to build meshery-istio image?

I am new to Open Source Projects , I am trying to build image for meshery-istio . I am looking for instructions or documents on building meshry-istio image

@pdsouza01 great question. Using the project’s make targets is a convenient and recommended method, specifically make docker in this case. First, fork the repo, then run make docker from your terminal at the base of the project directory. If you’re a Windows user, I recommend WSL2.

These make targets need to update to include multi-platform/arch builds.

@pdsouza01 where you able to build meshery-istio or do you still require more details?