File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
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:0019
4
+ BUILDERS_PREFIX := cosmwasm/libwasmvm- builder:0020-dev
5
5
# Contains a full Go dev environment including CGO support in order to run Go tests on the built shared library
6
6
# This image is currently not published.
7
7
ALPINE_TESTER := cosmwasm/alpine-tester:local
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:0019
3
+ BUILDERS_PREFIX := cosmwasm/libwasmvm- builder:0020-dev
4
4
5
5
.PHONY : docker-image-debian
6
6
docker-image-debian :
Original file line number Diff line number Diff line change @@ -14,13 +14,18 @@ any machine that can run Docker can do the cross-compilation.
14
14
15
15
## Docker Hub images
16
16
17
- See https://hub.docker.com/r/cosmwasm/go-ext-builder/tags for all available
18
- versions of the builder images.
17
+ See those DockerHub repos for all available versions of the builder images.
18
+
19
+ - From 0020: https://hub.docker.com/r/cosmwasm/libwasmvm-builder/tags
20
+ - Until 0019: https://hub.docker.com/r/cosmwasm/go-ext-builder/tags
19
21
20
22
## Changelog
21
23
22
24
** Unreleased**
23
25
26
+ - Rename builder image from cosmwasm/go-ext-builder to
27
+ cosmwasm/libwasmvm-builder
28
+
24
29
** Version 0019:**
25
30
26
31
- Bump ` OSX_VERSION_MIN ` to 10.15.
You can’t perform that action at this time.
0 commit comments