Files
faas/contrib/prometheus-armhf/2.7.0/Makefile
Radoslav Dimitrov dee6560439 Add Prometheus 2.7.0 for ARMHF/ARM64
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
2019-02-02 16:11:43 +00:00

11 lines
222 B
Makefile

.PHONY: all
all: ci-armhf-build ci-armhf-push
.PHONY: ci-armhf-build
ci-armhf-build:
docker build -t functions/prometheus:2.7.0-armhf .
.PHONY: ci-armhf-push
ci-armhf-push:
docker push functions/prometheus:2.7.0-armhf