From a8f4f1a6e92e0b1e9f4cd0597923b0b4092c6d0a Mon Sep 17 00:00:00 2001 From: Mathias Petermann Date: Fri, 12 Nov 2021 12:06:57 +0100 Subject: [PATCH] Update README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f80ac99..c36f3df 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,17 @@ $ ./mystrom-exporter --help | web.listen-address | Address to listen on | `:9452` | | web.metrics-path | Path under which to expose metrics | `/metrics` | +## Supported architectures +Using the make file, you can easily build for the following architectures, those can also be considered the tested ones: +| OS | Arch | +| -- | ---- | +| Linux | amd64 | +| Linux | arm64 | +| Linux | arm | +| Mac | amd64 | + +Since go is cross compatible with windows, and mac arm as well, you should be able to build the binary for those as well, but they aren't tested. +The docker image is only built & tested for amd64. ## License MIT License, See the included LICENSE file for terms and conditions. \ No newline at end of file