``` docker buildx build --platform="linux/arm64,linux/amd64" --build-arg="redis_version=7.2.4" --tag="grokzen/redis-cluster:7.2.4" --push . ``` I just did this and pushed to my company repo. Works great!