Skip to content

Commit

Permalink
Added docker layer cache and updated CircleCI ubuntu image version (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassaldanha authored Oct 10, 2023
1 parent 7732c22 commit e47d202
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@ executors:

machine_executor_amd64:
machine:
image: ubuntu-2204:2023.04.2 # https://circleci.com/developer/machine/image/ubuntu-2204
docker_layer_caching: false
image: ubuntu-2204:2023.07.2 # https://circleci.com/developer/machine/image/ubuntu-2204
docker_layer_caching: true
working_directory: ~/project
environment:
architecture: "amd64"
platform: "linux/amd64"

machine_executor_arm64:
machine:
image: ubuntu-2204:2023.04.2 # https://circleci.com/developer/machine/image/ubuntu-2204
image: ubuntu-2204:2023.07.2 # https://circleci.com/developer/machine/image/ubuntu-2204
resource_class: arm.medium
environment:
architecture: "arm64"
Expand Down

0 comments on commit e47d202

Please sign in to comment.