Hey all, I’ve recently upgraded to Golang 1.19 and I have a custom native provider that I add to Pulumi environment PATH variable so it registers the plugin. Since upgrade, my Pulumi commands are failing with
exec format error
for this custom provider. Any ideas why that might be happening?
b
billowy-army-68599
10/17/2022, 3:43 PM
what happens when you run the binary locally outside of Pulumi?
b
bulky-agent-73210
10/17/2022, 3:45 PM
Running provider binary manually seems ok, prints out the port it’s running on.
But there might be some weird issues because my Pulumi is running inside a docker container.