summaryrefslogtreecommitdiff
path: root/cmd/podman/registry
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-06-03 09:33:52 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2020-06-03 15:11:34 -0400
commit9263ed2ab1c87dd798a37ac260e3e81c00a59448 (patch)
treefde68216341ddc9d49b1155487f6c0ee31a97e07 /cmd/podman/registry
parent428303c789243e849f8d88c144c5e7c715510860 (diff)
downloadpodman-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')
-rw-r--r--cmd/podman/registry/config_abi.go2
-rw-r--r--cmd/podman/registry/config_tunnel.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/podman/registry/config_abi.go b/cmd/podman/registry/config_abi.go
index 55430e1bf..4a909c17e 100644
--- a/cmd/podman/registry/config_abi.go
+++ b/cmd/podman/registry/config_abi.go
@@ -1,4 +1,4 @@
-// +build ABISupport
+// +build !remote
package registry
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