Files
faas/contrib/prometheus-arm64/2.6.1/Makefile
2019-01-30 11:57:16 +00:00

11 lines
222 B
Makefile

.PHONY: all
all: ci-arm64-build ci-arm64-push
.PHONY: ci-arm64-build
ci-arm64-build:
docker build -t functions/prometheus:2.6.1-arm64 .
.PHONY: ci-arm64-push
ci-arm64-push:
docker push functions/prometheus:2.6.1-arm64