Managing CI/CD pipelines with Arm compute resource classes
CircleCI
MARCH 30, 2021
jobs: run-tests: machine: image: ubuntu-2004:202101-01 resource_class: arm.medium steps: - checkout - node/install-packages: override-ci-command: npm install cache-path: ~/project/node_modules - run: name: Run Unit Tests command: |. The image: key specifies the operating system assigned to the executor. version: 2.1 version: 2.1
Let's personalize your content