CosmWasm / wasmvm

Go bindings to the CosmWasm VM
Apache License 2.0
175 stars 102 forks source link

Rename builders image go-ext-builder #364

Closed webmaster128 closed 3 months ago

webmaster128 commented 1 year ago

Those images do not really perform Go builds, which makes the term "go-ext-builder" misleading. They primarily build the Rust library. 2 out of 3 images do not contain Go at all and the Alpine image only has Go in order to run tests, which should be split into a separate image anyways.