mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-24 01:07:53 +00: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>
6 lines
62 B
Go
6 lines
62 B
Go
// +build !linux
|
|
|
|
package main
|
|
|
|
func CheckForRegistries() {
|
|
}
|