Check possible warnings/errors regarding docker images that were built in platform different of hosts that will build or run it.
for WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Possible solution: add
when executing build or run.