Skip to content

Commit cb17e99

Browse files
authored
all: build binaries for OpenBSD (#53)
1 parent 8edbd14 commit cb17e99

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ builds:
3333
- "linux"
3434
- "windows"
3535
- "darwin"
36+
- "openbsd"
3637
goarch:
3738
- "amd64"
3839
- "arm"

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ The following metrics are exposed by this exporter:
5555

5656
### Binaries
5757

58-
Pre-built binaries are available from [GitHub Releases](https://github.com/joshuasing/starlink_exporter/releases).
58+
Pre-built binaries for Linux, macOS, Windows and OpenBSD are available
59+
from [GitHub Releases](https://github.com/joshuasing/starlink_exporter/releases).
5960

6061
You can also use `go install` to build and install a binary from source:
6162
```shell

0 commit comments

Comments
 (0)