Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Commit 406e015

Browse files
committed
Add homebrew and reduce generated CPU architectures for release
Fixes #21 Updates #16 Signed-off-by: Nick Young <ynick@vmware.com>
1 parent 5ad0441 commit 406e015

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.goreleaser.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ builds:
99
- windows
1010
- linux
1111
- darwin
12+
goarch:
13+
- amd64
1214
release:
1315
github:
1416
owner: projectcontour
@@ -21,6 +23,13 @@ archives:
2123
windows: Windows
2224
386: i386
2325
amd64: x86_64
26+
brews:
27+
- name: ir2proxy
28+
github:
29+
owner: projectcontour
30+
name: homebrew-ir2proxy
31+
homepage: "https://github.com/projectcontour/ir2proxy"
32+
description: "A tool to convert Contour's IngressRoute resources to HTTPProxy resources."
2433
checksum:
2534
name_template: 'checksums.txt'
2635
snapshot:

0 commit comments

Comments
 (0)