From 60c2f5d7463635e322a4c39cd6268edff0ea1659 Mon Sep 17 00:00:00 2001 From: Cyrille Nofficial Date: Sat, 15 Feb 2020 18:18:49 +0100 Subject: [PATCH] Fix makefile --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index feb576b..f6e5ba1 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,7 @@ DOCKER_IMG = cyrilix/robocar-camera test: - go test - -mod vendor ./cmd/rc-camera ./camera + go test -mod vendor ./cmd/rc-camera ./camera docker: docker buildx build . --platform linux/arm/7,linux/arm64,linux/amd64 -t ${DOCKER_IMG} --push