mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-04-09 21:42:14 +00:00
Using make tarball targets for tools locally, binaries may exist for both debug and release builds. In this case, cryptic errors are shown as we try to install multiple binaries. This change require exactly one binary to be found and errors out in other cases. Signed-off-by: Manuel Huber <manuelh@nvidia.com>