Skip to content

Commit

Permalink
Build new so and dylib files
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Feb 10, 2020
1 parent df762a1 commit 35be87c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: all build build-rust build-go test docker-image docker-build docker-image-centos7

DOCKER_TAG := 0.6.2
DOCKER_TAG := 0.6.3
USER_ID := $(shell id -u)
USER_GROUP = $(shell id -g)

Expand Down Expand Up @@ -59,4 +59,4 @@ docker-image-cross:

release: docker-image-cross docker-image-centos7
docker run --rm -u $(USER_ID):$(USER_GROUP) -v $(shell pwd):/code go-cosmwasm:$(DOCKER_TAG)-cross
docker run --rm -u $(USER_ID):$(USER_GROUP) -v $(shell pwd):/code go-cosmwasm:$(DOCKER_TAG)-centos
docker run --rm -u $(USER_ID):$(USER_GROUP) -v $(shell pwd):/code go-cosmwasm:$(DOCKER_TAG)-centos7
Binary file modified api/libgo_cosmwasm.dylib
Binary file not shown.
Binary file modified api/libgo_cosmwasm.so
Binary file not shown.

0 comments on commit 35be87c

Please sign in to comment.