Last active
March 7, 2022 19:31
-
-
Save dirien/d6db83a09eeda73b9033d6e39a142769 to your computer and use it in GitHub Desktop.
homebrew-gofish
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brews: | |
- tap: | |
owner: dirien | |
name: goreleaser-homebrew | |
commit_author: | |
name: dirien | |
email: [email protected] | |
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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