Skip to content

Instantly share code, notes, and snippets.

@dirien
Last active March 7, 2022 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dirien/d6db83a09eeda73b9033d6e39a142769 to your computer and use it in GitHub Desktop.
Save dirien/d6db83a09eeda73b9033d6e39a142769 to your computer and use it in GitHub Desktop.
homebrew-gofish
brews:
- tap:
owner: dirien
name: goreleaser-homebrew
commit_author:
name: dirien
email: engin.diri@mail.schwarz
folder: Formula
homepage: "https://github.com/dirien/quick-bites"
description: "Different type of projects, not big enough to warrant a separate repo."
license: "Apache License 2.0"
rigs:
- rig:
owner: dirien
name: goreleaser-fish-food
homepage: "https://github.com/dirien/quick-bites"
description: "Different type of projects, not big enough to warrant a separate repo."
license: "Apache License 2.0"
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
goarch:
- amd64
- arm64
goos:
- linux
- darwin
project_name: goreleaser-brew-fish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment