Skip to content

Commit e4133af

Browse files
author
Andrew Ellison
authored
update worker size and build parallelism (#388)
1 parent 8cb354a commit e4133af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
defaults: &defaults
2+
resource_class: medium+
23
docker:
34
- image: 087285199408.dkr.ecr.us-east-1.amazonaws.com/circle-ci-test-image-base:go1.17-tf1.2-tg37.4-pck1.8-ci50.1
45
version: 2.1
@@ -28,7 +29,7 @@ jobs:
2829
<<: *defaults
2930
steps:
3031
- checkout
31-
- run: build-go-binaries --parallel 3 --app-name cloud-nuke --dest-path bin --ld-flags "-X main.VERSION=$CIRCLE_TAG"
32+
- run: build-go-binaries --parallel 2 --app-name cloud-nuke --dest-path bin --ld-flags "-X main.VERSION=$CIRCLE_TAG"
3233
- persist_to_workspace:
3334
root: .
3435
paths: bin

0 commit comments

Comments
 (0)