mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-11-02 09:03:43 +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>