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