Support multi-arch images for Windows via ctr#5298
Conversation
Signed-off-by: James Sturtevant <jstur@microsoft.com>
|
Hi @jsturtevant. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
| return matchComparer{ | ||
| defaults: Ordered(DefaultSpec(), specs.Platform{ | ||
| OS: "linux", | ||
| Architecture: runtime.GOARCH, |
There was a problem hiding this comment.
This introduces a change to the way it was done in cri before. We could alternatively keep the solution the same by adding something like DefaultForCri() and use it in the cri defaults, if preferred as a first step.
|
Build succeeded.
|
|
/ok-to-test |
There was a problem hiding this comment.
LGTM
@jsturtevant could you mind to rebase master? the CI was unstable past few days. Thanks!
This refactors the cri platform code to the base containerd platform code so it can be re-used across solutions.
fixes #5297
Signed-off-by: James Sturtevant jstur@microsoft.com