Re: [PATCH] automation: set architecture in docker files

2023-11-14 Thread Stefano Stabellini
On Tue, 14 Nov 2023, Roger Pau Monné wrote: > On Tue, Nov 14, 2023 at 03:00:17PM +, Anthony PERARD wrote: > > On Tue, Nov 14, 2023 at 10:01:06AM +0100, Roger Pau Monné wrote: > > > On Mon, Nov 13, 2023 at 04:10:24PM -0800, Stefano Stabellini wrote: > > > > On Mon, 13 Nov 2023, Roger Pau Monne

Re: [PATCH] automation: set architecture in docker files

2023-11-14 Thread Roger Pau Monné
On Tue, Nov 14, 2023 at 03:00:17PM +, Anthony PERARD wrote: > On Tue, Nov 14, 2023 at 10:01:06AM +0100, Roger Pau Monné wrote: > > On Mon, Nov 13, 2023 at 04:10:24PM -0800, Stefano Stabellini wrote: > > > On Mon, 13 Nov 2023, Roger Pau Monne wrote: > > > > Pass the desired architecture of the

Re: [PATCH] automation: set architecture in docker files

2023-11-14 Thread Anthony PERARD
On Tue, Nov 14, 2023 at 10:01:06AM +0100, Roger Pau Monné wrote: > On Mon, Nov 13, 2023 at 04:10:24PM -0800, Stefano Stabellini wrote: > > On Mon, 13 Nov 2023, Roger Pau Monne wrote: > > > Pass the desired architecture of the image in the FROM instruction if the > > > image is possibly

Re: [PATCH] automation: set architecture in docker files

2023-11-14 Thread Roger Pau Monné
On Mon, Nov 13, 2023 at 04:10:24PM -0800, Stefano Stabellini wrote: > On Mon, 13 Nov 2023, Roger Pau Monne wrote: > > Pass the desired architecture of the image in the FROM instruction if the > > image is possibly multi-platform. > > > > This allows using the x86 Dockerfiles on OS X on arm64

Re: [PATCH] automation: set architecture in docker files

2023-11-13 Thread Stefano Stabellini
On Mon, 13 Nov 2023, Roger Pau Monne wrote: > Pass the desired architecture of the image in the FROM instruction if the > image is possibly multi-platform. > > This allows using the x86 Dockerfiles on OS X on arm64 hardware. > > No functional change intended. > > Signed-off-by: Roger Pau Monné

[PATCH] automation: set architecture in docker files

2023-11-13 Thread Roger Pau Monne
Pass the desired architecture of the image in the FROM instruction if the image is possibly multi-platform. This allows using the x86 Dockerfiles on OS X on arm64 hardware. No functional change intended. Signed-off-by: Roger Pau Monné --- I haven't touched the Yocto dockerfile because I'm not