summaryrefslogtreecommitdiff
path: root/cmd/podman/images/utils_unsupported.go
blob: 7d4a19ded6b493debb05dcaada9e55fc9c7f64e1 (plain)
1
2
3
4
5
6
7
8
//go:build !linux
// +build !linux

package images

func setupPipe() (string, func() <-chan error, error) {
	return "/dev/stdout", nil, nil
}