Re: [PATCH v2 6/7] automation: set architecture in docker files

2023-11-21 Thread Stefano Stabellini
On Tue, 21 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 v2 6/7] automation: set architecture in docker files

2023-11-21 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 s