You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/controller/remote
Justin Chadwell a7e471b7b3 controller: only capture the result when invoked through a controller
This ensures that the code used to capture and evaluated a result is
only executed when built through the controller. Otherwise, no build
result should be recorded.

This ensures that new code added to capture and store the build result
for debugging isn't used when BUILDX_EXPERIMENTAL is not set.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2 years ago
..
client.go Enable to restore build options from the server 2 years ago
controller.go controller: only capture the result when invoked through a controller 2 years ago
controller_nolinux.go lint: ban fmt.Errorf in preference of errors.Errorf 2 years ago
io.go lint: ban fmt.Errorf in preference of errors.Errorf 2 years ago
server.go remove ResultContextError 2 years ago