sparse-intern-71089
02/27/2021, 10:57 AMlemon-agent-27707
02/27/2021, 3:35 PMgo install
based workflow. By default, pulumi invokes your program with go run main.go
but you can set the options.binary
property in your pulumi.yaml to point to a precompiled binary. This way you can run a go install
to do an incremental build and then have pulumi up
use the pre-built binary. https://www.pulumi.com/docs/intro/concepts/project/#pulumi-yamllemon-agent-27707
02/27/2021, 3:59 PMwide-crayon-4093
02/28/2021, 9:46 AM