Skip to content

Commit 737c51c

Browse files
Merge pull request #458 from cert-manager/fix_licenses
Bugfix: add oci-license-layer-... as a dependency to oci-build-...__local
2 parents 0ab6abc + f0d6a15 commit 737c51c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/licenses/01_mod.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ oci-license-layer-$1: | $(bin_dir)/scratch $(NEEDS_GO-LICENSES)
6868
cp $$(go_$1_mod_dir)/LICENSES $$(license_layer_path_$1)/licenses/LICENSES
6969

7070
oci-build-$1: oci-license-layer-$1
71+
oci-build-$1__local: oci-license-layer-$1
7172
oci_$1_additional_layers += $$(license_layer_path_$1)
7273
endef
7374

0 commit comments

Comments
 (0)