We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edbd14 commit cb17e99Copy full SHA for cb17e99
.goreleaser.yaml
@@ -33,6 +33,7 @@ builds:
33
- "linux"
34
- "windows"
35
- "darwin"
36
+ - "openbsd"
37
goarch:
38
- "amd64"
39
- "arm"
README.md
@@ -55,7 +55,8 @@ The following metrics are exposed by this exporter:
55
56
### Binaries
57
58
-Pre-built binaries are available from [GitHub Releases](https://github.com/joshuasing/starlink_exporter/releases).
+Pre-built binaries for Linux, macOS, Windows and OpenBSD are available
59
+from [GitHub Releases](https://github.com/joshuasing/starlink_exporter/releases).
60
61
You can also use `go install` to build and install a binary from source:
62
```shell
0 commit comments