Skip to content

Commit 4d4d680

Browse files
authored
Merge pull request #79 from droot/wrap_bin_fix
build: wrap binaries in bin/ directories
2 parents c8635da + 3c01ffe commit 4d4d680

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ archive:
2525
- "/workspace/_output/kubebuilder/bin/vendor.tar.gz"
2626
- "/workspace/_output/{{ .Os }}_{{ .Arch }}/kubebuilder/bin/*"
2727
wrap_in_directory: true
28+
# wrap all the binaries under 'bin/' dir
29+
wrap_in_directory_path: "bin"
2830
checksum:
2931
name_template: 'checksums.txt'
3032
snapshot:

0 commit comments

Comments
 (0)