Skip to content

Commit df2f9de

Browse files
committed
Added support to build a universal binary for homebrew.
1 parent 21e325d commit df2f9de

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.goreleaser.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ release:
44
name: replicated
55
owner: replicatedhq
66
brews:
7-
- tap:
8-
name: homebrew-replicated
7+
- homepage: https://docs.replicated.com/reference/replicated-cli-installing
8+
description: "Package Replicated applications and manage releases, channels, customers and entitlements using a command-line interface."
9+
tap:
910
owner: replicatedhq
11+
name: homebrew-replicated
1012
folder: HomebrewFormula
1113
install: bin.install "replicated"
12-
homepage: https://docs.replicated.com/reference/replicated-cli-installing
13-
description: "Package Replicated applications and manage releases, channels, customers and entitlements using a command-line interface."
14+
universal_binaries:
15+
- replace: true
1416
builds:
1517
- goos:
1618
- linux

0 commit comments

Comments
 (0)