What is the Go binary that Pulumi will search for ...
# golang
l
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
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
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