Skip to content

Commit 644ad01

Browse files
committed
Added installation instructions to README
1 parent 54c7f14 commit 644ad01

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ The BuildPulse test reporter is a binary that connects your continuous integrati
44

55
Get started at [buildpulse.io][].
66

7+
## Installation
8+
9+
The latest built binary is available at `https://get.buildpulse.io` and are built for 64-bit architectures.
10+
11+
| OS | Architecture | URL |
12+
| -------- | ------- | ------- |
13+
| Linux | `x64/amd64` | `https://get.buildpulse.io/test-reporter-linux-amd64` |
14+
| Linux | `arm64` | `https://get.buildpulse.io/test-reporter-linux-arm64` |
15+
| MacOS | `x64/amd64` | `https://get.buildpulse.io/test-reporter-darwin-amd64` |
16+
| MacOS | `arm64` | `https://get.buildpulse.io/test-reporter-darwin-arm64` |
17+
| Windows | `x64/amd64` | `https://get.buildpulse.io/test-reporter-windows-amd64.exe` |
18+
19+
Example:
20+
```
21+
curl -fsSL --retry 3 --retry-connrefused --connect-timeout 5 https://get.buildpulse.io/test-reporter-linux-amd64 > ./test-reporter
22+
23+
./test-reporter --version
24+
```
25+
26+
## GitHub Actions
27+
If you're using GitHub Actions for CI, [buildpulse-action](https://github.com/buildpulse/buildpulse-action) wraps around this binary and makes it easy to use in your workflows.
28+
729
## Setup
830

931
Install goreleaser to build

0 commit comments

Comments
 (0)