Skip to content

Commit

Permalink
Double goreleaser timeout (#1472)
Browse files Browse the repository at this point in the history
Fixes (hopefully) #1471

Signed-off-by: Zachary Newman <z@znewman.net>
  • Loading branch information
znewman01 committed Feb 16, 2022
1 parent f1a56a6 commit 965c570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/release.mk
Expand Up @@ -5,7 +5,7 @@
# used when releasing together with GCP CloudBuild
.PHONY: release
release:
LDFLAGS="$(LDFLAGS)" goreleaser release
LDFLAGS="$(LDFLAGS)" goreleaser release --timeout 60m

###########################
# sign with GCP KMS section
Expand Down

0 comments on commit 965c570

Please sign in to comment.