https://pulumi.com logo
Title
l

limited-rainbow-51650

03/31/2020, 7:02 PM
What is the Go binary that Pulumi will search for to create the infrastructure? Is it the project name as listed in Pulumi.yaml?
l

lemon-agent-27707

03/31/2020, 7:18 PM
Yes, but you don't need to build a binary. By default we will execute your program via
go run
if we don't find a matching binary.
l

limited-rainbow-51650

03/31/2020, 7:23 PM
If I cross compile for multiple platforms and distribute the binaries (to be investigated how that wold work) could it pick up the correct binary with the GO_ARCH suffix?
l

lemon-agent-27707

03/31/2020, 7:35 PM