Skip to content

Commit

Permalink
ci: configure homebrew tap deployment
Browse files Browse the repository at this point in the history
Override archive format for darwin to allow homebrew tap deployment.
  • Loading branch information
estahn committed Jan 13, 2019
1 parent cc2ef32 commit 363bc0b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
before:
hooks:
- make clean deps

builds:
- binary: cloudping
env:
Expand All @@ -24,9 +28,16 @@ dockers:

archive:
format: binary
format_overrides:
- goos: darwin
format: zip

brew:
name: cloudping

github:
owner: estahn
name: homebrew-tap

homepage: https://github.com/estahn/cloudping
description: "cloudping identifies the cloud provider regions geographically closest and returns them in order of lowest to highest latency."

0 comments on commit 363bc0b

Please sign in to comment.