Skip to content

Commit

Permalink
support --build-arg from environment variables
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Tang <[email protected]>
  • Loading branch information
jastang committed Oct 3, 2024
1 parent d915ec7 commit a8c13f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/images/provider-kubernetes/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include ../../../build/makelib/imagelight.mk

img.build:
@$(INFO) docker build $(IMAGE)
@$(MAKE) BUILD_ARGS="--load" img.build.shared
@$(MAKE) BUILD_ARGS="--load $(BUILD_ARGS)" img.build.shared
@$(OK) docker build $(IMAGE)

img.publish:
Expand Down

0 comments on commit a8c13f0

Please sign in to comment.