Open Apollo9999 opened 4 years ago
@Apollo9999 Just for clarification -- are you requesting multiarch support in the documentation for how to run this app locally? I'm a bit confused where you want to see multiarch support added.
Multiarch Support in Documentation for how to run this app locally
The app is designed to run on Docker, which is how our team is working on it for this year. Assuming you can install and run Docker, you should be set to follow the docs and start the app locally.
Multiarch lets you install library packages from multiple architectures on the same machine. This is useful in various ways, but the most common is installing both 64 and 32-bit software on the same machine and having dependencies correctly resolved automatically. In general you can have libraries of more than one architecture installed together and applications from one architecture or another installed as alternatives. Note that it does not enable multiple architecture versions of applications to be installed simultaneously.