mirror of
https://github.com/openfaas/faas.git
synced 2025-06-27 17:23:25 +00:00
This is part of the following activity: https://github.com/openfaas/docs/pull/249 Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
11 lines
199 B
Makefile
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
|