summaryrefslogtreecommitdiff
path: root/cmd/podman/registry/config_abi.go
blob: 4a909c17e39b22ea09e5d89d570be691a1bc291d (plain)
1
2
3
4
5
6
7
// +build !remote

package registry

func init() {
	abiSupport = true
}