Skip to content

Commit

Permalink
update yml to deploy homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
stcrestrada committed Jun 24, 2021
1 parent 1044550 commit 0386d25
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# This is an example .goreleaser.yml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
brews:
-
# Name template of the recipe
# Default to project name
name: gee

# GOARM to specify which 32-bit arm version to use if there are multiple versions
# from the build section. Brew formulas support atm only one 32-bit version.
# Default is 6 for all artifacts or each id if there a multiple versions.
goarm: 6

# NOTE: make sure the url_template, the token and given repo (github or gitlab) owner and name are from the
# same kind. We will probably unify this in the next major version like it is done with scoop.

# GitHub/GitLab repository to push the formula to
# Gitea is not supported yet, but the support coming
tap:
owner: stcrestrada

before:
hooks:
# You may remove this if you don't use go modules.
Expand Down

0 comments on commit 0386d25

Please sign in to comment.