Default KO_PLATFORMS to only the current arch when kind is the target by scothis · Pull Request #244 · servicebinding/runtime
ko has special behavior for a `KO_DOCKER_REPO` value of `kind.local`, it will load the images directly into the daemon rather than a registry. Kind clusters do not support multi-arch images, we should assume by default that the kind cluster is running on the same arch as the host. A user may continue to override the default by setting `KO_PLATFORMS` with the value they want to use at runtime. Signed-off-by: Scott Andrews <andrewssc@vmware.com>
requested a review
from a team
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters