steampipe-sqlite icon indicating copy to clipboard operation
steampipe-sqlite copied to clipboard

`make release-dry-run` gets stuck when build aws and azure plugins

Open pskrbasu opened this issue 1 year ago • 0 comments

make release-dry-run gets stuck when build aws and azure plugins and doesn't complete in even 30mins.

Also running the command in a github action causes a no space left on device error.

Reproduction:

  • run make build plugin=aws
  • run make release-dry-run

Expectation: goreleaser should create the binaries(instead it gets stuck in building binaries stage)

pskrbasu avatar Feb 05 '24 14:02 pskrbasu