pulumi / pulumi-cloud-requests

Welcome to the public issue tracker for Pulumi Cloud (app.pulumi.com)! Feature requests and bug reports welcome!
10 stars 4 forks source link

Pulumi Deployments: Allows ARM64 architecture to be selected for runner. #305

Open MitchellGerdisch opened 1 year ago

MitchellGerdisch commented 1 year ago

When using Pulumi Deployments, the runner is AMD64. This makes it difficult to build ARM64 docker images. Although this can be worked around by installing the necessary packages, the cross-architecture build makes for a considerably slower build. Therefore, it would be useful to be able to select the runner's architecture when configuring a deployment.

Affected feature

Pulumi Deployments