pull/1775/head
Nikhil Parasaram 1 year ago committed by GitHub
parent e81d4870cf
commit aac630f5f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .circleci/config.yml

@ -155,7 +155,7 @@ jobs:
- run: - run:
name: Building Docker Image name: Building Docker Image
command: ./docker_build_and_deploy.sh mythril/myth 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. # Release of the latest development version as mythril/myth-dev container.
dockerhub_dev_release: dockerhub_dev_release:
@ -171,7 +171,7 @@ jobs:
name: Building Docker Image name: Building Docker Image
command: ./docker_build_and_deploy.sh mythril/myth-dev 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 # 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: workflows:
version: 2 version: 2

Loading…
Cancel
Save