Skip to content

Commit

Permalink
Merge branch 'sync/github-arm' into fix/go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
yushiqie authored May 6, 2024
2 parents c3ea008 + c999ea2 commit 78ee094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ executors:
linux_x64_executor: # declares a reusable executor
docker:
- image: envoyproxy/envoy-build-ubuntu:7304f974de2724617b7492ccb4c9c58cd420353a
resource_class: large
resource_class: 2xlarge
shell: /bin/bash --login -eo pipefail
linux_aarch64_executor:
docker:
- image: envoyproxy/envoy-build-ubuntu:7304f974de2724617b7492ccb4c9c58cd420353a
resource_class: arm.large
resource_class: arm.2xlarge
shell: /bin/bash --login -eo pipefail

commands:
Expand Down

0 comments on commit 78ee094

Please sign in to comment.