various issues fixing (#49)

* arm64 Dockerfile and Makefile update
* #46 version flag
This commit is contained in:
Steve Brunton
2019-09-02 14:51:14 -04:00
committed by GitHub
parent f1f09b42bb
commit 9bb5a0cee6
4 changed files with 41 additions and 15 deletions

8
Dockerfile.arm64 Normal file
View File

@@ -0,0 +1,8 @@
FROM arm64v8/busybox:1.31.0
EXPOSE 9090
COPY scripts/start.sh /app/
COPY dist/mikrotik-exporter_linux_arm64 /app/mikrotik-exporter
ENTRYPOINT ["/app/start.sh"]