Skip to content

Commit

Permalink
increase memory available to build container
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Fitzgerald <jfitzgerald@vmware.com>

# Conflicts:
#	.circleci/config.yml
  • Loading branch information
joefitzgerald committed Mar 16, 2022
1 parent 2ee808c commit bbb586b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ jobs:
docker:
- image: cimg/go:1.18
working_directory: ~/counterfeiter
resource_class: large
steps:
- checkout
- run: ~/counterfeiter/scripts/ci.sh
build-prior:
<<: *build-template
docker:
- image: cimg/go:1.17
resource_class: large

0 comments on commit bbb586b

Please sign in to comment.