Update README
This commit is contained in:
parent
6338c8aa99
commit
a8f4f1a6e9
1 changed files with 11 additions and 0 deletions
11
README.md
11
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.
|
Loading…
Reference in a new issue