diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-06-03 09:33:52 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-06-03 15:11:34 -0400 |
commit | 9263ed2ab1c87dd798a37ac260e3e81c00a59448 (patch) | |
tree | fde68216341ddc9d49b1155487f6c0ee31a97e07 /cmd/podman/registry/config_tunnel.go | |
parent | 428303c789243e849f8d88c144c5e7c715510860 (diff) | |
download | podman-9263ed2ab1c87dd798a37ac260e3e81c00a59448.tar.gz podman-9263ed2ab1c87dd798a37ac260e3e81c00a59448.tar.bz2 podman-9263ed2ab1c87dd798a37ac260e3e81c00a59448.zip |
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>
Diffstat (limited to 'cmd/podman/registry/config_tunnel.go')
-rw-r--r-- | cmd/podman/registry/config_tunnel.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/registry/config_tunnel.go b/cmd/podman/registry/config_tunnel.go index 29e744dac..bb3da947e 100644 --- a/cmd/podman/registry/config_tunnel.go +++ b/cmd/podman/registry/config_tunnel.go @@ -1,4 +1,4 @@ -// +build !ABISupport +// +build remote package registry |