Skip to content

Commit

Permalink
Merge pull request #66 from sc250024/issue-51
Browse files Browse the repository at this point in the history
Adding more OS and architecture types
  • Loading branch information
norwoodj committed Oct 20, 2020
2 parents 2bf6418 + 6e0311d commit 561b946
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .goreleaser.yml
Expand Up @@ -6,6 +6,17 @@ builds:
- main: ./cmd/helm-docs
env:
- CGO_ENABLED=0
goarch:
- amd64
- arm
- arm64
goarm:
- 6
- 7
goos:
- darwin
- linux
- windows
archives:
- replacements:
darwin: Darwin
Expand Down Expand Up @@ -39,7 +50,7 @@ nfpms:
- rpm

brews:
- github:
- tap:
owner: norwoodj
name: homebrew
folder: Formula
Expand Down

0 comments on commit 561b946

Please sign in to comment.