Add Nem-mon repo as submodule and support arm64
[iec.git] / src / use_cases / seba_on_arm / docker / build / prometheus / build.arm
1 #!/usr/bin/env bash
2
3 # This script builds the prometheus docker image
4 set -o errexit
5 set -o xtrace
6
7 #cd $PROMETHEUS_PATH
8
9 #building prometheus docker image
10 make build
11 make docker
12 docker tag prometheus:v2.3.1-arm64v8  iecedge/prometheus_arm64:v2.3.1