Makefiles updated for Alertmanager and Prometheus for ARMHF/ARM64

Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
This commit is contained in:
Radoslav Dimitrov 2019-01-30 13:16:42 +02:00 committed by Alex Ellis
parent 766e5e4d2c
commit 8a8735ee59
4 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,6 @@
.PHONY: all
all: ci-arm64-build ci-arm64-push
.PHONY: ci-arm64-build
ci-arm64-build:
docker build -t functions/alertmanager:0.15.0-arm64 .

View File

@ -1,3 +1,6 @@
.PHONY: all
all: ci-armhf-build ci-armhf-push
.PHONY: ci-armhf-build
ci-armhf-build:
docker build -t functions/alertmanager:0.15.0-armhf .

View File

@ -1,3 +1,6 @@
.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 .

View File

@ -1,3 +1,6 @@
.PHONY: all
all: ci-armhf-build ci-armhf-push
.PHONY: ci-armhf-build
ci-armhf-build:
docker build -t functions/prometheus:2.6.1-armhf .