ananya
02/03/2022, 12:42 PMananya
02/03/2022, 1:04 PMdocker run -v $(pwd):/project -w /project meltano/meltano <args> and that's leading to following error on my M1 MacBook Pro
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2022-02-03T12:23:41.088010Zaaronsteers
02/03/2022, 5:12 PMaaronsteers
02/03/2022, 5:35 PMivo_stoyanov
02/04/2022, 2:24 AMdocker buildx build --platform linux/amd64,linux/arm64 .
you can google for multiplatform docker builds for more details