Open karthika-ab opened 3 years ago
Hi , Is there any restrictions for webpa docker-compose setup to be run on architectures other than amd64?
The docker-compose setup is building fine for amd64 machines and when tried on a machine with architecture aarch64 build failures like the one above are observed .It is also noticed that the docker images from dockerhub are also available for amd64.
Regards Karthika
I'm sorry for the delay in responding. I think the only reason the docker setup is tied to amd64 is because that is what the simulator is built against. However, the simulator should be able to be rebuilt for other architectures. The base code is the same as the Parodus code & is meant to be cross architecture & support ARM and others.
@schmidtw ,Thankyou for replying. We will try building the simulator for other architectures and let you know.
Are there any plans to include multiple architecture images for Webpa services in dockerhub in the future?
Regards Karthika
Hi , We are setting up WEBPA using docker-compose ,using the reference from here https://github.com/xmidt-org/xmidt/tree/master/deploy/docker-compose
But the recent setup of the same is giving the below error.We were not facing the below error when we had tried out the same few months back!
Can someone help