File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
.PHONY : all build build-rust build-go test
2
2
3
3
# Builds the Rust library libwasmvm
4
- BUILDERS_PREFIX := cosmwasm/go-ext-builder:0008
4
+ BUILDERS_PREFIX := cosmwasm/go-ext-builder:0009
5
5
# Contains a full Go dev environment in order to run Go tests on the built library
6
- ALPINE_TESTER := cosmwasm/go-ext-builder:0008 -alpine
6
+ ALPINE_TESTER := cosmwasm/go-ext-builder:0009 -alpine
7
7
8
8
USER_ID := $(shell id -u)
9
9
USER_GROUP = $(shell id -g)
Original file line number Diff line number Diff line change 1
1
# Versioned by a simple counter that is not bound to a specific CosmWasm version
2
2
# See builders/README.md
3
- BUILDERS_PREFIX := cosmwasm/go-ext-builder:0008
3
+ BUILDERS_PREFIX := cosmwasm/go-ext-builder:0009
4
4
5
5
.PHONY : docker-image-centos7
6
6
docker-image-centos7 :
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ can do the cross-compilation.
16
16
17
17
** Version 0009:**
18
18
19
+ - Let macOS build dylib files with both aarch64 and x86_64 code.
19
20
- Update Go (for testing only) to 1.17.7.
20
21
21
22
** Version 0008:**
You can’t perform that action at this time.
0 commit comments