Skip to content

Commit

Permalink
Merge pull request #79 from droot/wrap_bin_fix
Browse files Browse the repository at this point in the history
build: wrap binaries in bin/ directories
  • Loading branch information
droot committed Apr 20, 2018
2 parents c8635da + 3c01ffe commit 4d4d680
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ archive:
- "/workspace/_output/kubebuilder/bin/vendor.tar.gz"
- "/workspace/_output/{{ .Os }}_{{ .Arch }}/kubebuilder/bin/*"
wrap_in_directory: true
# wrap all the binaries under 'bin/' dir
wrap_in_directory_path: "bin"
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 4d4d680

Please sign in to comment.