From 91563faa8be2502053b989015cfa35f644fac724 Mon Sep 17 00:00:00 2001 From: Sid Dange Date: Tue, 6 Feb 2024 12:46:42 -0500 Subject: [PATCH 1/2] remove arm64 win support (upx doesn't support) --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 510e307c..ef70fdad 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -26,7 +26,7 @@ builds: - <<: *build_defaults id: windows goos: [windows] - goarch: [amd64, arm64] + goarch: [amd64] snapshot: name_template: "SNAPSHOT-{{.ShortCommit}}" From a81259a07c7c015833fb67496f63bfd26f9629de Mon Sep 17 00:00:00 2001 From: Sid Dange Date: Fri, 8 Mar 2024 09:43:22 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1e77e93..276387bc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # BuildPulse Test Reporter [![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/buildpulse/test-reporter/master/LICENSE) -The BuildPulse test reporter is a binary that connects your continuous integration (CI) to [buildpulse.io][] to help you detect, track, and eliminate flaky tests. +The BuildPulse test reporter is a binary that connects your continuous integration (CI) to [buildpulse.io][] to help you detect, track, and [fix flaky tests](https://buildpulse.io/products/flaky-tests). Get started at [buildpulse.io][].