faas/Makefile
Alex Ellis (VMware) 64e7de4288 Add armhf build steps
This will help with CI for ARMHF

Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
2018-08-23 21:44:03 +01:00

16 lines
244 B
Makefile

.PHONY: build build-gateway test-ci
TAG?=latest
build:
./build.sh
build-gateway:
(cd gateway; ./build.sh latest-dev)
test-ci:
./contrib/ci.sh
ci-armhf-build:
(cd gateway; ./build.sh $(TAG))
ci-armhf-push:
(cd gateway; ./push.sh $(TAG))