From 24dfcb62c2d4f45b10b219cda0cafc57db401b70 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (VMware)" Date: Tue, 21 Aug 2018 12:19:26 +0100 Subject: [PATCH] Add ci-armhf to Makefile Signed-off-by: Alex Ellis (VMware) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 76dc9078..31b38a9a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ .PHONY: build build-gateway test-ci +TAG?=latest build: ./build.sh @@ -6,3 +7,5 @@ build-gateway: (cd gateway; ./build.sh latest-dev) test-ci: ./contrib/ci.sh +ci-armhf: + (cd gateway; ./build.sh $(TAG)-armhf)