Skip to content

Commit

Permalink
Bump promu limits for upload to github;
Browse files Browse the repository at this point in the history
  • Loading branch information
f100024 committed Oct 19, 2021
1 parent e215e11 commit 8473627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ crossbuild: promu

release: promu
@echo ">> create release"
@$(PROMU) release --verbose --timeout=10s --retry=5 $(BIN_DIR)/.tarballs
@$(PROMU) release --verbose --timeout=60s --retry=30 $(BIN_DIR)/.tarballs

promu:
@GOOS=$(shell uname -s | tr A-Z a-z) \
Expand Down

0 comments on commit 8473627

Please sign in to comment.