Replies: 1 comment 4 replies
-
GoReleaser has a global timeout, and its default is 30m. Seems like you'll need to increase it: https://goreleaser.com/cmd/goreleaser_release/ On the Docker part itself, you can just copy the binary from the context instead of building it again: https://goreleaser.com/customization/docker/ |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Occasionally, the docker build step of our goreleaser workflow will timeout after 30 minutes. Usually takes under 10 minutes.
The output doesn't give any useful insight:
(Can see this here: https://github.com/acorn-io/acorn/actions/runs/4994583612/jobs/8945341744)
Any ideas on how to debug this? Is there a setting we can set to get goreleaser to dump more details about what it's doing? I know there's a debug flag on the cli, wasn't really sure where that would fit into the yaml file
Beta Was this translation helpful? Give feedback.
All reactions