On Sun, 8 Dec 2024 at 12:08, Tom Rini <[email protected]> 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 <[email protected]> > --- > Cc: Simon Glass <[email protected]> > --- > doc/build/docker.rst | 20 ++++++++++++++------ > 1 file changed, 14 insertions(+), 6 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

