mirror of
https://github.com/containers/podman.git
synced 2025-12-06 21:57:50 +08:00
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>
7 lines
62 B
Go
7 lines
62 B
Go
// +build !linux
|
|
|
|
package main
|
|
|
|
func CheckForRegistries() {
|
|
}
|