mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-03 01:47:42 +08:00

Previously, errors within the driver config would not be reported to the user until they tried to use the driver, even though they are easily accessible from the node group info. This patch reports these errors (but will not fail because of them, since the data is already saved) - this should help improve debuggability of some of the more complex drivers, and prevent error messages being suppressed. Signed-off-by: Justin Chadwell <me@jedevc.com>