awslabs / amazon-ecr-credential-helper

Automatically gets credentials for Amazon ECR on docker push/docker pull

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document Windows ARM variant support as experimental

austinvazquez opened this issue · comments

Issue

Support for Windows ARM variant was added in #782 and will be included in the next release.

The concern is Windows ARM containers are still very much bleeding edge in the community. Compute platforms like GitHub (used by build CI; ref) and AWS CodeBuild (used by release pipeline via CodePipeline; ref) don't yet have support for Windows ARM runners yet.

Recommended solution

The recommendation is to mark the Windows ARM variants as experimental in README.

Marking it as experimental makes sense to me 👍. I think we should also define why its experimental (what experimental means) and how to make it non-experimental.

@pendo324 great point. I have opened #796 for this. PTAL.