Skip to content

Commit

Permalink
chore: line up XSNAP_NATIVE in Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Michael FIG <mfig@agoric.com>
  • Loading branch information
dckc and michaelfig authored Aug 10, 2021
1 parent 3a2b81b commit 57c0a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/deployment/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ docker-build: docker-build-sdk docker-build-solo \
docker-build-sdk:
docker build --build-arg=MODDABLE_COMMIT_HASH=$(MODDABLE_COMMIT_HASH) \
--build-arg=MODDABLE_URL=$(MODDABLE_URL) \
--build-arg=XSNAP_NATIVE_COMMIT_HASH=$(MODDABLE_COMMIT_HASH) \
--build-arg=XSNAP_NATIVE_URL=$(MODDABLE_URL) \
--build-arg=XSNAP_NATIVE_COMMIT_HASH=$(XSNAP_NATIVE_COMMIT_HASH) \
--build-arg=XSNAP_NATIVE_URL=$(XSNAP_NATIVE_URL) \
--build-arg=GIT_REVISION=$(GIT_REVISION) \
-t $(REPOSITORY_SDK):$(TAG) --file=Dockerfile.sdk ../..
docker tag $(REPOSITORY_SDK):$(TAG) $(REPOSITORY_SDK):latest
Expand Down

0 comments on commit 57c0a5c

Please sign in to comment.