Files
faas/Makefile
Alex Ellis (OpenFaaS Ltd) 8a5b3123e0 Remove Swarm resources from faas repo
This is part of the following activity:

https://github.com/openfaas/docs/pull/249

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
2020-12-16 09:58:26 +00:00

11 lines
199 B
Makefile

TAG?=latest
NS?=openfaas
.PHONY: build-gateway
build-gateway:
(cd gateway; docker buildx build --platform linux/amd64 -t $NS/gateway:latest-dev .)
# .PHONY: test-ci
# test-ci:
# ./contrib/ci.sh