From 493e711eb318ee45ef6209ae061e6d2938a16960 Mon Sep 17 00:00:00 2001 From: Alexander Stepchenko Date: Thu, 26 Oct 2023 19:59:35 +0300 Subject: [PATCH] docs: add dependencies information to the readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5b1f3d8..f93e24e 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,10 @@ the organization ``, run: ./build.py -i alt/distroless-false --overwrite-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