mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-06 15:14:54 +00:00
Previously when we set `cmd.Stderr = os.Stderr`, the stderr from buildx would be mixed with the image tar, corrupting it. Work around this (Windows-specific) problem by adding an explicit indirection via a io.Pipe() Signed-off-by: David Scott <dave@recoil.org>