This PR fixes a "potential" bug. I have not actually come across a problem in practice, but while integrating the latest version of multibuild in the balena CLI, I noticed that the platform and registryconfig docker build options could be overwritten with undefined (as explained in a comment) which is not ideal and didn't happen before PR #85.
This PR fixes a "potential" bug. I have not actually come across a problem in practice, but while integrating the latest version of multibuild in the balena CLI, I noticed that the
platform
andregistryconfig
docker build options could be overwritten withundefined
(as explained in a comment) which is not ideal and didn't happen before PR #85.Change-type: patch