From aac630f5f8f0dbe1d7bf3beac9c685824c33da71 Mon Sep 17 00:00:00 2001 From: Nikhil Parasaram Date: Tue, 6 Jun 2023 22:03:43 +0530 Subject: [PATCH] Use amd64 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 78eab5f5..4b0eea21 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -155,7 +155,7 @@ jobs: - run: name: Building Docker Image command: ./docker_build_and_deploy.sh mythril/myth - resource_class: arm.large + resource_class: large # Release of the latest development version as mythril/myth-dev container. dockerhub_dev_release: @@ -171,7 +171,7 @@ jobs: name: Building Docker Image command: ./docker_build_and_deploy.sh mythril/myth-dev # The resource_class feature allows configuring CPU and RAM resources for each job. Different resource classes are available for different executors. https://circleci.com/docs/2.0/configuration-reference/#resourceclass - resource_class: arm.large + resource_class: large workflows: version: 2