Hello, I need to build a multi arch docker image. How can I specify all architectures? I tried to specify it by providing value for `platform`: `linux/amd64,linux/arm64`, but it's not allowed. Thanks