Hi @SimonEismann
I have tried to deploy DescartesResearch/Tea-Store microservices on the Arm64 platform by using the Docker-compose Method.
Command: docker-compose -f ./examples/docker/docker-compose_default.yaml up -d
The above command fails due to the unavailability of Arm64 Docker images.
I have tried building all those images on the Arm64 platform and all are getting built successfully.
Do you have any plans for supporting the Arm64 platform? It will be helpful if Arm64 Docker images are released. Please share your thoughts on the same.
Hi @SimonEismann
I have tried to deploy
DescartesResearch/Tea-Storemicroservices on the Arm64 platform by using the Docker-compose Method.Command:
docker-compose -f ./examples/docker/docker-compose_default.yaml up -dThe above command fails due to the unavailability of Arm64 Docker images.
I have tried building all those images on the Arm64 platform and all are getting built successfully.
Do you have any plans for supporting the Arm64 platform? It will be helpful if Arm64 Docker images are released. Please share your thoughts on the same.