Skip to content

Commit

Permalink
fix(goreleaser): adding more os and arch types
Browse files Browse the repository at this point in the history
  • Loading branch information
sc250024 committed Oct 10, 2020
1 parent 4736f76 commit 6e0311d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .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

0 comments on commit 6e0311d

Please sign in to comment.