diff --git a/themes/default/content/docs/pulumi-cloud/deployments/reference.md b/themes/default/content/docs/pulumi-cloud/deployments/reference.md index 7cddb188a8c..5c6490322ad 100644 --- a/themes/default/content/docs/pulumi-cloud/deployments/reference.md +++ b/themes/default/content/docs/pulumi-cloud/deployments/reference.md @@ -266,6 +266,14 @@ This is enabled by skipping the default dependency installation step (under Adva ![Pulumi UI - Node Version](../ui-node-version.png) +### Building Docker images for another architecture + +By default, the deployment executor will only build Docker images for the x86_64 architecture, if you need to build images for another architecture (e.g. linux/arm64), you can add the architecture as a pre-run command such as: + +``` +docker run --privileged --rm tonistiigi/binfmt --install arm64 +``` + ### Deploying dependent stacks Pulumi Deployments can be used to automatically deploy dependent stacks via Deployment Webhooks. This enables you to keep your infrastructure up-to-date across stack reference boundaries. This can be configured in one of two ways: