Update README

This commit is contained in:
Mathias Petermann 2021-11-12 12:06:57 +01:00
parent 6338c8aa99
commit a8f4f1a6e9

View file

@ -32,6 +32,17 @@ $ ./mystrom-exporter --help
| web.listen-address | Address to listen on | `:9452` | | web.listen-address | Address to listen on | `:9452` |
| web.metrics-path | Path under which to expose metrics | `/metrics` | | 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 ## License
MIT License, See the included LICENSE file for terms and conditions. MIT License, See the included LICENSE file for terms and conditions.