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`
Is there an existing issue for this?
Current behavior
Currently, Docker Executor is expecting
AnyResourceClassBase
type forresourceSize
but according to CircleCI documentation docker also support ARM based resource classes https://circleci.com/docs/configuration-reference/#armThe accepted resource class should be AnyResourceClassBase
+
MachineResourceClassArm`Minimum reproduction code
https://github.com
Steps to reproduce
Expected behavior
DockerExecutor
should allow to pass ARM based resources as resourceSize.CircleCI Config SDK version
0.12.3
Node.js version
18.15.0
In which operating systems have you tested?
Other
No response