We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A collection of potentially wrong and outdated notes from mainteiners for maintainers.
docker build --pull -t "cosmwasm/wasmd:manual" .
docker build --pull -t "cosmwasm/wasmd:manual" --build-arg arch=aarch64 .
docker buildx build --platform linux/amd64 --pull -t "cosmwasm/wasmd:manual" .
docker buildx build --platform linux/arm64/v8 --pull -t "cosmwasm/wasmd:manual" --build-arg arch=aarch64 .