
9 Dec
2024
9 Dec
'24
4 p.m.
On Sun, 8 Dec 2024 at 12:08, Tom Rini trini@konsulko.com wrote:
First, try and be slightly clearer about what "buildx" is with respect to the docker build process.
Second, now that we build the container for both amd64 and arm64, we should document how to make a docker "builder" that has multiple nodes. With this one node should be amd64 and one node arm64, and with reasonably fast arm64 hardware this will be much quicker than using QEMU.
Signed-off-by: Tom Rini trini@konsulko.com
Cc: Simon Glass sjg@chromium.org
doc/build/docker.rst | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org