We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb354a commit e4133afCopy full SHA for e4133af
.circleci/config.yml
@@ -1,4 +1,5 @@
1
defaults: &defaults
2
+ resource_class: medium+
3
docker:
4
- image: 087285199408.dkr.ecr.us-east-1.amazonaws.com/circle-ci-test-image-base:go1.17-tf1.2-tg37.4-pck1.8-ci50.1
5
version: 2.1
@@ -28,7 +29,7 @@ jobs:
28
29
<<: *defaults
30
steps:
31
- checkout
- - 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"
33
- persist_to_workspace:
34
root: .
35
paths: bin
0 commit comments