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

Add testing for Windows platform to CI

austinvazquez opened this issue · comments

Issue

Beginning with v0.3.1, there has been officially GitHub releases for Windows x86 variant. Added in #782, the Windows ARM variant will be included in the next release.

The concern is there exists no testing for the Windows platform.

Recommended solution

The recommendation is to run credential helper unit tests on the Windows platform as part of CI. This should give some confidence for the Windows variants and can be expanded if needed.