Skip to content

Commit

Permalink
Some more fixes after the merge
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Nov 16, 2021
1 parent c536333 commit 88ccc92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ clean:
$(MAKE) -C cosmwasm/packages/wasmi-runtime clean

build-dev-image:
docker build --build-arg BUILD_VERSION=${VERSION} --build-arg SGX_MODE=SW --build-arg FEATURES="${FEATURES},debug-print" -f deployment/dockerfiles/base.Dockerfile -t rust-go-base-image .
docker build --build-arg BUILD_VERSION=${VERSION} --build-arg SGX_MODE=SW --build-arg FEATURES="${FEATURES}" -f deployment/dockerfiles/base.Dockerfile -t rust-go-base-image .
docker build --build-arg SGX_MODE=SW --build-arg SECRET_NODE_TYPE=BOOTSTRAP -f deployment/dockerfiles/release.Dockerfile -t enigmampc/secret-network-sw-dev:${DOCKER_TAG} .

build-custom-dev-image:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/scrtlabs/SecretNetwork
module github.com/enigmampc/SecretNetwork

go 1.15

Expand Down

0 comments on commit 88ccc92

Please sign in to comment.