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.
1 parent 3324134 commit cd77654Copy full SHA for cd77654
Makefile
@@ -93,7 +93,7 @@ pkg/goods/bins/embedded-cluster/kubectl-preflight:
93
mv output/tmp/preflight/preflight pkg/goods/bins/embedded-cluster/kubectl-preflight
94
95
.PHONY: embed-license
96
-embed-license: embedded-cluster-linux-amd64
+embed-license: embedded-cluster-linux-amd64 license.yaml
97
mkdir -p output/tmp
98
tar -czvf output/tmp/license.tar.gz license.yaml
99
objcopy --input-target binary --output-target binary --rename-section .data=sec_bundle output/tmp/license.tar.gz output/tmp/license.tar.gz.o
0 commit comments