Skip to content

Commit

Permalink
Update release to also produce tar files
Browse files Browse the repository at this point in the history
Signed-off-by: Tarun Pothulapati <tarunpothulapati@outlook.com>
  • Loading branch information
Pothulapati committed Feb 4, 2020
1 parent 6255dd3 commit 52e1239
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ builds:
binary: doker
env:
- CGO_ENABLED=0
- id: dokerd
main: ./cmd/dokerd
binary: dokerd
env:
- CGO_ENABLED=0

archives:
- builds:
- doker
id: doker-binary
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}"
wrap_in_directory: false
format: binary
- builds:
id: doker-tar
name_template: "{{ .ProjectName }}_{{ .Tag }}_{{ .Os }}_{{ .Arch }}"
wrap_in_directory: false
format: tar.gz
files:
- LICENSE
- none*'

0 comments on commit 52e1239

Please sign in to comment.