Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Arm support for Docker Executor #189

Open
2 of 4 tasks
pkrzaczkowski-hippo opened this issue Oct 24, 2023 · 0 comments
Open
2 of 4 tasks

Bug: Arm support for Docker Executor #189

pkrzaczkowski-hippo opened this issue Oct 24, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@pkrzaczkowski-hippo
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

Currently, Docker Executor is expecting AnyResourceClassBase type for resourceSize but according to CircleCI documentation docker also support ARM based resource classes https://circleci.com/docs/configuration-reference/#arm

The accepted resource class should be AnyResourceClassBase+MachineResourceClassArm`

Minimum reproduction code

https://github.com

Steps to reproduce

CircleCI.executors.DockerExecutor('cimg/base:latest', 'arm.medium');

Expected behavior

DockerExecutor should allow to pass ARM based resources as resourceSize.

  • arm.medium
  • arm.large
  • arm.xlarge
  • arm.2xlarge

CircleCI Config SDK version

0.12.3

Node.js version

18.15.0

In which operating systems have you tested?

  • macOS
  • Windows
  • Linux

Other

No response

@pkrzaczkowski-hippo pkrzaczkowski-hippo added the bug Something isn't working label Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant