mirror of
https://github.com/openfaas/faas.git
synced 2025-06-29 10:13:26 +00:00
11 lines
222 B
Makefile
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
|