mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-10-13 23:33:45 +08:00

This patch allows high level clients to define an EvalContext method which can derive a new context given a block and the base parent context. This allows users of the package to intercept evaluation before it begins, and define additional variables and functions that are bound to a single block. Signed-off-by: Justin Chadwell <me@jedevc.com>