mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-26 18:27:53 +00:00
We need to default to building podman. If you specify no build tags you will not build podman, not podman-remote. Just using remote flag to indicate podman-remote and !remote for podman. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
7 lines
72 B
Go
7 lines
72 B
Go
// +build !remote
|
|
|
|
package registry
|
|
|
|
func init() {
|
|
abiSupport = true
|
|
}
|