When using --platform
flag does the base image is automatically adjusted to be based on the desired platform? for example when the target is linux/arm64 then a base image with tag suffix aarch64
will be used to build the image regardless of the base image written in the Dockerfile.