Skip to content

Commit a89d94e

Browse files
committed
Finalize builders 0009
1 parent a61a5a3 commit a89d94e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.PHONY: all build build-rust build-go test
22

33
# Builds the Rust library libwasmvm
4-
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0008
4+
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0009
55
# 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
77

88
USER_ID := $(shell id -u)
99
USER_GROUP = $(shell id -g)

builders/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Versioned by a simple counter that is not bound to a specific CosmWasm version
22
# See builders/README.md
3-
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0008
3+
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0009
44

55
.PHONY: docker-image-centos7
66
docker-image-centos7:

builders/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ can do the cross-compilation.
1616

1717
**Version 0009:**
1818

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

2122
**Version 0008:**

0 commit comments

Comments
 (0)