mirror of
https://github.com/openfaas/faas.git
synced 2025-06-16 12:16:47 +00:00
Refactor .PHONY
Signed-off-by: Radoslav Dimitrov <rdimitrow@gmail.com>
This commit is contained in:
parent
28c385f546
commit
325d1d4132
8
Makefile
8
Makefile
@ -1,23 +1,29 @@
|
||||
.PHONY: build build-gateway test-ci ci-armhf-build ci-armhf-push ci-arm64-build ci-arm64-push
|
||||
TAG?=latest
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
./build.sh
|
||||
|
||||
.PHONY: build-gateway
|
||||
build-gateway:
|
||||
(cd gateway; ./build.sh latest-dev)
|
||||
|
||||
.PHONY: test-ci
|
||||
test-ci:
|
||||
./contrib/ci.sh
|
||||
|
||||
.PHONY: ci-armhf-build
|
||||
ci-armhf-build:
|
||||
(cd gateway; ./build.sh $(TAG))
|
||||
|
||||
.PHONY: ci-armhf-push
|
||||
ci-armhf-push:
|
||||
(cd gateway; ./push.sh $(TAG))
|
||||
|
||||
.PHONY: ci-arm64-build
|
||||
ci-arm64-build:
|
||||
(cd gateway; ./build.sh $(TAG))
|
||||
|
||||
.PHONY: ci-arm64-push
|
||||
ci-arm64-push:
|
||||
(cd gateway; ./push.sh $(TAG))
|
||||
|
Loading…
x
Reference in New Issue
Block a user