Skip to content

Commit cd77654

Browse files
authored
require a file license.yaml for the embed-license make command (#170)
1 parent 3324134 commit cd77654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ pkg/goods/bins/embedded-cluster/kubectl-preflight:
9393
mv output/tmp/preflight/preflight pkg/goods/bins/embedded-cluster/kubectl-preflight
9494

9595
.PHONY: embed-license
96-
embed-license: embedded-cluster-linux-amd64
96+
embed-license: embedded-cluster-linux-amd64 license.yaml
9797
mkdir -p output/tmp
9898
tar -czvf output/tmp/license.tar.gz license.yaml
9999
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

Comments
 (0)