From 2e7d2c2f47739f0d11c28f37cbd56781d6fceaeb Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 21 May 2020 10:55:58 -0400 Subject: Start testing with cross compilation Add missing man page links for podman-image-search and podman-image-diff Signed-off-by: Daniel J Walsh --- cmd/podman/system/service.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cmd/podman/system') diff --git a/cmd/podman/system/service.go b/cmd/podman/system/service.go index 552c72f79..b5dd2f2aa 100644 --- a/cmd/podman/system/service.go +++ b/cmd/podman/system/service.go @@ -1,3 +1,5 @@ +// +build linux + package system import ( -- cgit v1.2.3-54-g00ecf