From c3d90179dcd550d2ad6df7a7ea07b143a3f3beab Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Thu, 16 Jan 2020 11:59:39 +0100 Subject: make binaries: include service Include the service into make binaries such that we're it's being build in the CI. Signed-off-by: Valentin Rothberg --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 62ed1e21f..dabfc65dd 100644 --- a/Makefile +++ b/Makefile @@ -322,7 +322,7 @@ system.test-binary: .install.ginkgo vagrant-check: BOX=$(BOX) sh ./vagrant.sh -binaries: varlink_generate podman podman-remote ## Build podman +binaries: varlink_generate podman podman-remote service ## Build podman install.catatonit: ./hack/install_catatonit.sh -- cgit v1.2.3-54-g00ecf