Re: [PATCH 3/9] docker: Support building for multiple architectures

2024-11-04 Thread Heinrich Schuchardt
Am 4. November 2024 14:39:47 MEZ schrieb Simon Glass : >Add instructions on how to build the file for multiple architectures. >Add a message indicating what is happening. > >Signed-off-by: Simon Glass >--- > > tools/docker/Dockerfile | 7 +++ > 1 file changed, 7 insertions(+) > >diff --git a

Re: [PATCH 3/9] docker: Support building for multiple architectures

2024-11-04 Thread Tom Rini
On Mon, Nov 04, 2024 at 06:39:47AM -0700, Simon Glass wrote: > Add instructions on how to build the file for multiple architectures. > Add a message indicating what is happening. > > Signed-off-by: Simon Glass > --- > > tools/docker/Dockerfile | 7 +++ > 1 file changed, 7 insertions(+) >

[PATCH 3/9] docker: Support building for multiple architectures

2024-11-04 Thread Simon Glass
Add instructions on how to build the file for multiple architectures. Add a message indicating what is happening. Signed-off-by: Simon Glass --- tools/docker/Dockerfile | 7 +++ 1 file changed, 7 insertions(+) diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 967ac89fbde