Skip to content

Commit

Permalink
Update GoReleaser to version 0.155, add Linux/arm and Windows builds (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanfetch authored Feb 5, 2021
1 parent 6271f09 commit 7e04cdf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ references:
run:
name: Install GoReleaser
command: |
curl -fsSLo goreleaser.deb https://github.com/goreleaser/goreleaser/releases/download/v0.94.0/goreleaser_amd64.deb
echo "8dbad6683d6fc9367e637e6eed8e01a0d63c9660 goreleaser.deb" | sha1sum -c
curl -fsSLo goreleaser.deb https://github.com/goreleaser/goreleaser/releases/download/v0.155.0/goreleaser_amd64.deb
echo "a69c2c0a924d808df408f70f49c68998eca172ec goreleaser.deb" | sha1sum -c
sudo dpkg -i goreleaser.deb
rm goreleaser.deb
e2e_config: &e2e_config
Expand Down
19 changes: 15 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@
builds:
- env:
- CGO_ENABLED=0
archive:
replacements:
goos:
- linux
- darwin
- windows
goarm:
- 6
- 7
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
Expand All @@ -20,11 +27,15 @@ changelog:
exclude:
- '^docs:'
- '^test:'
brew:
github:
brews:
- name: homebrew-tap
tap:
# The version control system is determined by the token in use
owner: FairwindsOps
name: homebrew-tap
folder: Formula
description: Reverse Lookup for Kubernetes RBAC
homepage: https://github.com/FairWindsOps/rbac-lookup
license: apache-2.0
test: |
system "#{bin}/rbac-lookup version"

0 comments on commit 7e04cdf

Please sign in to comment.