Specify a platform
in the Molecule test configuration
#113
Labels
improvement
This issue or pull request will add or improve functionality, maintainability, or ease of use
💡 Summary
We should consider specifying a
platform
in our Molecule configurations.Motivation and context
This would both allow us to test multiple platforms in a given configuration (
amd64
andaarch64
/arm64
for example) as well as ensure that the desired platform is tested regardless of the underlying hardware. The former would allow us to ensure our roles are compatible with AWS Graviton2-based instances for our own purposes. The latter would help ensure that with the rollout of Apple silicon (ARM) that theamd64
platform is still tested explicitly.Implementation notes
Support for this was added in ansible-community/molecule-docker#122 which was included in
molecule[docker]
v2.0.0.Acceptance criteria
amd64
platforms.amd64
hardware.The text was updated successfully, but these errors were encountered: