This message was deleted.
# general
s
This message was deleted.
b
if you’re using the Go SDK, you can run
go build
on the Pulumi program to create a binary then set:
Copy code
runtime:
  binary: <path to binary>
🙏 1
f
And the
Pulumi.dev.yaml
config file will live outside in the same dir as the binary?