Skip to content

Commit

Permalink
added timeout to goreleaser workflow (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbradys authored Oct 2, 2024
1 parent 73e5c1e commit 0595ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ BINARIES_DIRECTORY=cmd/hauler/binaries
# builds hauler for current platform
# references other targets
build:
goreleaser build --clean --snapshot --parallelism 1 --single-target
goreleaser build --clean --snapshot --parallelism 1 --timeout 240m --single-target

# builds hauler for all platforms
# references other targets
build-all:
goreleaser build --clean --snapshot --parallelism 1
goreleaser build --clean --snapshot --parallelism 1 --timeout 240m

# install depedencies
install:
Expand Down

0 comments on commit 0595ab0

Please sign in to comment.