Skip to content

Commit

Permalink
chore: increase resource class for linux-amd64 and alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
j-luong committed Mar 12, 2024
1 parent c3a3468 commit 7e7da12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ executors:
alpine:
docker:
- image: alpine:3.17
resource_class: xlarge
generic-ubuntu:
docker:
- image: ubuntu:latest
Expand All @@ -48,7 +49,7 @@ executors:
docker:
- image: bastiandoetsch209/cli-build:20240214-145818
working_directory: /mnt/ramdisk/snyk
resource_class: large
resource_class: xlarge
docker-arm64:
docker:
- image: bastiandoetsch209/cli-build-arm64:20240214-145818
Expand Down

0 comments on commit 7e7da12

Please sign in to comment.