mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-16 16:37:10 +08:00

This commit allows specifying a JSON array to the long-form arg, entrypoint and envvars. Non-JSON-array value can still be specified. Buildx treats the value as a JSON array only when it can be parsed as a JSON array. Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>