awslabs / automated-security-helper

https://awslabs.github.io/automated-security-helper/
Apache License 2.0
372 stars 44 forks source link

feat: Multi-arch platform support #42

Closed scrthq closed 6 months ago

scrthq commented 6 months ago

Currently, ASH's single container enforces linux/amd64 as the the platform architecture due to limitations within the underlying tooling requiring x86 at the time of implementation. This limitation incurs a performance hit when running locally on ARM systems like Metal CPUs, resulting in a sub-par experience on those systems.

This issue is to track the support and implementation of multi-arch builds of the single container architecture for ASH to better support the varying platforms that ASH should support.