mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-26 18:27:53 +00:00
* quick --remote fix, sent --remote to ctnrs as argument Signed-off-by: Jhon Honce <jhonce@redhat.com>
7 lines
72 B
Go
7 lines
72 B
Go
// +build remote
|
|
|
|
package registry
|
|
|
|
func init() {
|
|
abiSupport = false
|
|
}
|