Skip to content

Commit

Permalink
chore(ci): increase resources for linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
thisislawatts committed Sep 17, 2024
1 parent 20438a8 commit cc295db
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ executors:
- image: snyklabs/cli-build-arm64:20240814-161347
working_directory: /mnt/ramdisk/snyk
resource_class: arm.large
docker-arm64-xl:
docker:
- image: snyklabs/cli-build-arm64:20240814-161347
working_directory: /mnt/ramdisk/snyk
resource_class: arm.xlarge
linux-ubuntu-mantic-amd64:
docker:
- image: ubuntu:mantic
Expand Down Expand Up @@ -469,7 +474,7 @@ workflows:
go_arch: amd64
go_download_base_url: << pipeline.parameters.fips_go_download_base_url >>
make_target: build clean-golang build-fips
executor: docker-amd64
executor: docker-amd64-xl
requires:
- prepare-build

Expand All @@ -480,7 +485,7 @@ workflows:
go_arch: arm64
go_download_base_url: << pipeline.parameters.fips_go_download_base_url >>
make_target: build clean-golang build-fips
executor: docker-arm64
executor: docker-arm64-xl
requires:
- prepare-build

Expand All @@ -490,7 +495,7 @@ workflows:
go_os: linux
go_arch: amd64
go_download_base_url: << pipeline.parameters.go_download_base_url >>
executor: docker-amd64
executor: docker-amd64-xl
c_compiler: /usr/bin/musl-gcc
requires:
- prepare-build
Expand All @@ -501,7 +506,7 @@ workflows:
go_os: linux
go_arch: arm64
go_download_base_url: << pipeline.parameters.go_download_base_url >>
executor: docker-arm64
executor: docker-arm64-xl
c_compiler: /usr/bin/musl-gcc
requires:
- prepare-build
Expand Down

0 comments on commit cc295db

Please sign in to comment.