Skip to content

Commit 3c01ffe

Browse files
committed
build: wrap binaries in bin/ directories
Updated the GoReleaser configuration to package all the binaries under bin/ directory.
1 parent c8635da commit 3c01ffe

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)