We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8635da + 3c01ffe commit 4d4d680Copy full SHA for 4d4d680
build/.goreleaser.yml
@@ -25,6 +25,8 @@ archive:
25
- "/workspace/_output/kubebuilder/bin/vendor.tar.gz"
26
- "/workspace/_output/{{ .Os }}_{{ .Arch }}/kubebuilder/bin/*"
27
wrap_in_directory: true
28
+# wrap all the binaries under 'bin/' dir
29
+ wrap_in_directory_path: "bin"
30
checksum:
31
name_template: 'checksums.txt'
32
snapshot:
0 commit comments