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>
2023-04-18 16:35:42 +01:00
..
client.go Enable to restore build options from the server 2023-04-15 15:38:05 +09:00
controller.go controller: only capture the result when invoked through a controller 2023-04-18 16:35:42 +01:00
controller_nolinux.go lint: ban fmt.Errorf in preference of errors.Errorf 2023-02-01 10:31:01 +00:00
io.go lint: ban fmt.Errorf in preference of errors.Errorf 2023-02-01 10:31:01 +00:00
server.go remove ResultContextError 2023-04-15 15:38:18 +09:00