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>
  • Loading branch information
joefitzgerald committed Jan 24, 2022
1 parent 80c4e9b commit fe80650
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.17
working_directory: ~/counterfeiter
resource_class: large
steps:
- checkout
- run: ~/counterfeiter/scripts/ci.sh
build-prior:
<<: *build-template
docker:
- image: cimg/go:1.16
resource_class: large

0 comments on commit fe80650

Please sign in to comment.