docs: add dependencies information to the readme

This commit is contained in:
Александр Степченко 2023-10-26 19:59:35 +03:00 committed by Alexander Stepchenko
parent 342190f9b7
commit 493e711eb3

View File

@ -25,3 +25,10 @@ the organization `<ORGANIZATION>`, run:
./build.py -i alt/distroless-false --overwrite-organization <ORGANIZATION>
```
If you push to the users repository, then organiztion is your username.
## Dependencies
On x86_64 machine using p10 branch you need:
- `python3-module-tomli`
- `qemu-user-static-binfmt-aarch64` to build for arm64 architecture
- `qemu-user-static-binfmt-arm` to build for arm architecture
- `qemu-user-static-binfmt-ppc` to build for ppc64le architecture