From 3c01ffe7fad074c2309d7f155fc9cc48bd04336a Mon Sep 17 00:00:00 2001 From: Sunil Arora Date: Thu, 19 Apr 2018 20:26:19 -0700 Subject: [PATCH] build: wrap binaries in bin/ directories Updated the GoReleaser configuration to package all the binaries under bin/ directory. --- build/.goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/.goreleaser.yml b/build/.goreleaser.yml index bf2385b2600..f514cedb884 100644 --- a/build/.goreleaser.yml +++ b/build/.goreleaser.yml @@ -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: