Files
podman/cmd/podman/platform_unsupported.go
baude 43c6da22b9 Add darwin support for remote-client
Add the ability to cross-compile podman remote for OSX.

Also, add image exists and tag to remote-client.

Signed-off-by: baude <bbaude@redhat.com>
2019-01-11 11:30:28 -06:00

7 lines
62 B
Go

// +build !linux
package main
func CheckForRegistries() {
}