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/build
Justin Chadwell a43d9a67c7 git: fix error wrapping to ensure internal errors are propogated
Also, tidy up the error printing, so that now we always print out the
"current commit information was not captured by the build" message,
instead of just for not locating the git binary.

Before:

	WARNING: buildx: git was not found in the system. Current commit information was not captured by the build

After:

	WARNING: current commit information was not captured by the build: git was not found in the system: <error message>

Signed-off-by: Justin Chadwell <me@jedevc.com>
1 year ago
..
build.go git: fix error wrapping to ensure internal errors are propogated 1 year ago
git.go git: fix error wrapping to ensure internal errors are propogated 1 year ago
git_test.go build: makes git dirty check opt-in 2 years ago
invoke.go build: rename ResultContext to ResultHandle 2 years ago
result.go remote controller: Fix entrypoint interaction bugs 1 year ago
url.go build: set remote bake def and remote dockerfile as internal solve 1 year ago
utils.go build: fix host-gateway handling 2 years ago