Skip to content

Commit

Permalink
Handle build environment variables for proxy access (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobh66 committed Jun 29, 2023
1 parent 8543c7a commit 23b2607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/images/provider-aws/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include ../../../build/makelib/imagelight.mk
img.build:
@$(INFO) Family base image to build: $(IMAGE)
@$(INFO) Building image $${IMAGE}; \
$(MAKE) BUILD_ARGS="--load" IMAGE=$${IMAGE} XPKG_REG_ORGS=$(XPKG_REG_ORGS) img.build.shared; \
$(MAKE) BUILD_ARGS="--load ${BUILD_ARGS}" IMAGE=$${IMAGE} XPKG_REG_ORGS=$(XPKG_REG_ORGS) img.build.shared; \
if [[ "$${LOAD_MONOLITH}" == "true" ]]; then \
$(MAKE) batch-process SUBPACKAGES=monolith BATCH_PLATFORMS=$(PLATFORM) BUILD_ONLY=true STORE_PACKAGE=monolith && \
export t=$$(docker load -qi "$(XPKG_OUTPUT_DIR)/$(PLATFORM)/$(PROJECT_NAME)-monolith-$(VERSION).xpkg") && \
Expand Down

0 comments on commit 23b2607

Please sign in to comment.