podman-build/cmd/podman/images/utils_unsupported.go
2025-10-11 12:30:35 +09:00

8 lines
125 B
Go

//go:build !linux
package images
func setupPipe() (string, func() <-chan error, error) {
return "/dev/stdout", nil, nil
}