File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ CORE_SHA = $(shell < $(IMAGE_JSON) jq -r '.deps[] | select(.name == "co
1616CORE_OPTIONS = $(shell < $(IMAGE_JSON ) jq -c '.deps[] | select(.name == "core") | .options // {}')
1717RPC_REPO = $(shell < $(IMAGE_JSON ) jq -r '.deps[] | select(.name == "rpc") | .repo')
1818RPC_SHA = $(shell < $(IMAGE_JSON ) jq -r '.deps[] | select(.name == "rpc") | .sha')
19+ GALEXIE_REPO = $(shell < $(IMAGE_JSON ) jq -r '.deps[] | select(.name == "galexie") | .repo')
20+ GALEXIE_SHA = $(shell < $(IMAGE_JSON ) jq -r '.deps[] | select(.name == "galexie") | .sha')
1921HORIZON_REPO = $(shell < $(IMAGE_JSON ) jq -r '.deps[] | select(.name == "horizon") | .repo')
2022HORIZON_SHA = $(shell < $(IMAGE_JSON ) jq -r '.deps[] | select(.name == "horizon") | .sha')
2123HORIZON_OPTIONS = $(shell < $(IMAGE_JSON ) jq -c '.deps[] | select(.name == "horizon") | .options // {}')
@@ -40,6 +42,7 @@ build: $(IMAGE_JSON)
4042 --build-arg XDR_REPO=$(XDR_REPO ) --build-arg XDR_REF=$(XDR_SHA ) \
4143 --build-arg CORE_REPO=" $( CORE_REPO) " --build-arg CORE_REF=" $( CORE_SHA) " --build-arg CORE_OPTIONS=' $(CORE_OPTIONS)' \
4244 --build-arg RPC_REPO=" $( RPC_REPO) " --build-arg RPC_REF=" $( RPC_SHA) " \
45+ --build-arg GALEXIE_REPO=" $( GALEXIE_REPO) " --build-arg GALEXIE_REF=" $( GALEXIE_SHA) " \
4346 --build-arg HORIZON_REPO=" $( HORIZON_REPO) " --build-arg HORIZON_REF=" $( HORIZON_SHA) " --build-arg HORIZON_OPTIONS=' $(HORIZON_OPTIONS)' \
4447 --build-arg FRIENDBOT_REPO=" $( FRIENDBOT_REPO) " --build-arg FRIENDBOT_REF=" $( FRIENDBOT_SHA) " --build-arg FRIENDBOT_OPTIONS=' $(FRIENDBOT_OPTIONS)' \
4548 --build-arg LAB_REPO=" $( LAB_REPO) " --build-arg LAB_REF=$(LAB_SHA )
You can’t perform that action at this time.
0 commit comments