automation-tests/cmd/podman/registry/config_abi.go

8 lines
73 B
Go

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