You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docker-compose command in Makefile is replaced with docker compose (as there is no docker-compose for arm)
Run make or make init-dev
The build gets completed, but the containers apart from mongodb fail to start due to wrong platform (amd64 vs arm)
Possible Solution
Please provide more information on how to build / run on arm platforms.
Versions
Ubuntu 20.04
Latest master from reaction-development-platform
EC2 t4g.xlarge
Docker version 20.10.12, build e91ed57
Linux 20.04.1-Ubuntu SMP Mon Nov 15 14:04:48 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux
Docker Compose version v2.2.3
The text was updated successfully, but these errors were encountered:
Prerequisites
Issue Description
Unable to follow getting started instructions on Ec2 running ubuntu [20.04] on a ARM graviton [t4g.xlarge].
Steps to Reproduce
Please provide starting context, i.e. logged in as a user, configure a particular payment method.
docker-compose
command in Makefile is replaced withdocker compose
(as there is no docker-compose for arm)make
ormake init-dev
Possible Solution
Please provide more information on how to build / run on arm platforms.
Versions
Ubuntu 20.04
Latest master from reaction-development-platform
EC2 t4g.xlarge
Docker version 20.10.12, build e91ed57
Linux 20.04.1-Ubuntu SMP Mon Nov 15 14:04:48 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux
Docker Compose version v2.2.3
The text was updated successfully, but these errors were encountered: