Skip to content

Commit

Permalink
Merge pull request #72 from turkenf/add-BUILD_ARGS-env
Browse files Browse the repository at this point in the history
Add build environment variables for proxy access
  • Loading branch information
turkenf authored Sep 13, 2023
2 parents 7a7f384 + 0f0264d commit 430118f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/images/provider-azuread/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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 430118f

Please sign in to comment.