How to publish a package for a Private and OpenSource provider when using
https://github.com/pulumi/pulumi-go-provider?
I'm just wrote an Pulumi provider, which works well locally. Now I want to publish it, so that it can be consumed by everyone. For that I have some question how to do so.
• Do I need to build plugin binaries for each OS and CPU arch?
◦ If so, what do I need to set as a download URL?
• Is there a best practice workflow for GitHub releases?
• How can I apply to be listed in
https://www.pulumi.com/registry/ ?
Thanks in advance 🙂