Skip to content

Commit

Permalink
Disable Homebrew releases (#3)
Browse files Browse the repository at this point in the history
* disable Homebrew releases due to permission issues
  • Loading branch information
fogfish committed Feb 20, 2024
1 parent 26a4011 commit 4f9583e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
24 changes: 13 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,16 @@ changelog:
- '^docs:'
- '^test:'

brews:
- repository:
owner: zalando
name: rds-health
folder: Formula
goarm: "7"
homepage: https://github.com/zalando/rds-health
description: rds-health discovers anomalies, performance issues and optimization within AWS RDS.
license: MIT
test: |
system "#{bin}/rds-health --version"
# Note: temporary disabled brew releases
#
# brews:
# - repository:
# owner: zalando
# name: rds-health
# folder: Formula
# goarm: "7"
# homepage: https://github.com/zalando/rds-health
# description: rds-health discovers anomalies, performance issues and optimization within AWS RDS.
# license: MIT
# test: |
# system "#{bin}/rds-health --version"
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,18 @@ Let's get your start with `rds-health`. These few simple steps explain how to ru

### Install

Easiest way to install the latest version of utility using binary release, which are available
either from [Homebrew](https://brew.sh/) taps or [GitHub](https://github.com/zalando/rds-health/releases) for multiple platforms.
Easiest way to install the latest version of utility using binary releases, which are available
from [GitHub](https://github.com/zalando/rds-health/releases) for multiple platforms.

<!--
```bash
## Install using brew
brew tap zalando/rds-health https://github.com/zalando/rds-health
brew install -q rds-health
## use `brew upgrade` to upgrade to latest version
```
-->

Alternatively, you can install application from source code but it requires [Golang](https://go.dev/) to be installed.

Expand Down

0 comments on commit 4f9583e

Please sign in to comment.