Skip to content

Commit a3d7091

Browse files
committed
Rename repo to cosmwasm/libwasmvm-builder and bump version
1 parent 9785cc6 commit a3d7091

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: all build build-rust build-go test
22

33
# Builds the Rust library libwasmvm
4-
BUILDERS_PREFIX := cosmwasm/go-ext-builder:0019
4+
BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0020-dev
55
# Contains a full Go dev environment including CGO support in order to run Go tests on the built shared library
66
# This image is currently not published.
77
ALPINE_TESTER := cosmwasm/alpine-tester:local

builders/Makefile

Lines changed: 1 addition & 1 deletion
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:0019
3+
BUILDERS_PREFIX := cosmwasm/libwasmvm-builder:0020-dev
44

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

builders/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,18 @@ any machine that can run Docker can do the cross-compilation.
1414

1515
## Docker Hub images
1616

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
1921

2022
## Changelog
2123

2224
**Unreleased**
2325

26+
- Rename builder image from cosmwasm/go-ext-builder to
27+
cosmwasm/libwasmvm-builder
28+
2429
**Version 0019:**
2530

2631
- Bump `OSX_VERSION_MIN` to 10.15.

0 commit comments

Comments
 (0)