mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 00:36:46 +00:00
Add ci-armhf to Makefile
Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
parent
ea831fd084
commit
24dfcb62c2
3
Makefile
3
Makefile
@ -1,4 +1,5 @@
|
|||||||
.PHONY: build build-gateway test-ci
|
.PHONY: build build-gateway test-ci
|
||||||
|
TAG?=latest
|
||||||
|
|
||||||
build:
|
build:
|
||||||
./build.sh
|
./build.sh
|
||||||
@ -6,3 +7,5 @@ build-gateway:
|
|||||||
(cd gateway; ./build.sh latest-dev)
|
(cd gateway; ./build.sh latest-dev)
|
||||||
test-ci:
|
test-ci:
|
||||||
./contrib/ci.sh
|
./contrib/ci.sh
|
||||||
|
ci-armhf:
|
||||||
|
(cd gateway; ./build.sh $(TAG)-armhf)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user