IBMZ support for push gateway #536
modassarrana89
started this conversation in
General
Replies: 1 comment
-
Yeah, I had the same problem, and it's the same for all Prometheus repos (as they all use the same Makefile.common). I think it's some Since this problem is not specific to the prometheus/pushgateway repo, it might be more likely to reach someone with the right qualifications if posting on the Prometheus developers mailing list. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying IBMZ support on pushgateway . I do have made changes on dockerignore , makefile. But i have few doubts that need certain clarification
Makefile.common do invokes dockerfile to build the image for pushgateway , but since it doesn't able to find the .build directory , it is currently failing
To make it work , i am right now moving pushgateway binary stored in my present working directory to .build/linux-s390x/
& then it does work.
Please guide in which step of makefile.common or how does this build directory gets created
Beta Was this translation helpful? Give feedback.
All reactions