Skip to content

Commit

Permalink
Finalize builders 0009
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Feb 23, 2022
1 parent 4042114 commit f42579b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.PHONY: all build build-rust build-go test

# Builds the Rust library libwasmvm
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0008
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0009
# Contains a full Go dev environment in order to run Go tests on the built library
ALPINE_TESTER := cosmwasm/go-ext-builder:0008-alpine
ALPINE_TESTER := cosmwasm/go-ext-builder:0009-alpine

USER_ID := $(shell id -u)
USER_GROUP = $(shell id -g)
Expand Down
2 changes: 1 addition & 1 deletion builders/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Versioned by a simple counter that is not bound to a specific CosmWasm version
# See builders/README.md
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0008
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0009

.PHONY: docker-image-centos7
docker-image-centos7:
Expand Down
1 change: 1 addition & 0 deletions builders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ can do the cross-compilation.

**Version 0009:**

- Let macOS build dylib files with both aarch64 and x86_64 code.
- Update Go (for testing only) to 1.17.7.

**Version 0008:**
Expand Down

0 comments on commit f42579b

Please sign in to comment.