Skip to content

Commit

Permalink
adjust timeout for goreleaser build step
Browse files Browse the repository at this point in the history
  • Loading branch information
VioletCranberry committed Nov 10, 2023
1 parent 5607e87 commit 2b947d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ elif command -v sha256sum >/dev/null 2>&1; then
checksum_command="sha256sum"
fi

goreleaser release --timeout=1m --auto-snapshot --fail-fast --clean --skip=publish
goreleaser release --timeout=10m --auto-snapshot --fail-fast --clean --skip=publish
cd dist || exit 1

for archive in *.tar.gz *.zip; do
Expand Down

0 comments on commit 2b947d4

Please sign in to comment.