Skip to content

Commit 53cf778

Browse files
committed
fix: increase goreleaser release timeout from 30m to 60m
Cross-platform docker builds via QEMU emulation consistently exceed 30m. Increase to 60m to allow sufficient time.
1 parent 95b917d commit 53cf778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ image-validator: ## Builds validator image with Go toolchain (IMAGE_REGISTRY, IM
205205
.PHONY: release
206206
release: ## Runs the full release process with goreleaser
207207
@set -e; \
208-
goreleaser release --clean --config .goreleaser.yaml --fail-fast --timeout 30m0s
208+
goreleaser release --clean --config .goreleaser.yaml --fail-fast --timeout 60m0s
209209

210210
.PHONY: bump-major
211211
bump-major: ## Bumps major version (1.2.3 → 2.0.0)

0 commit comments

Comments
 (0)