spiegel_podman/cmd/podman/registry/config_abi.go
Daniel J Walsh 9263ed2ab1
Remove use of ABISupport buildtag
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>
2020-06-03 15:11:34 -04:00

7 lines
72 B
Go

// +build !remote
package registry
func init() {
abiSupport = true
}