mirror of
https://github.com/containers/podman.git
synced 2025-12-15 11:42:28 +08:00
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>
This commit is contained in:
6
cmd/podman/platform_unsupported.go
Normal file
6
cmd/podman/platform_unsupported.go
Normal file
@@ -0,0 +1,6 @@
|
||||
// +build !linux
|
||||
|
||||
package main
|
||||
|
||||
func CheckForRegistries() {
|
||||
}
|
||||
Reference in New Issue
Block a user