Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Releasing

Ari Rubinstein edited this page Aug 3, 2022 · 5 revisions
#on linux x86, with docker
#manually patch cosmossdk/rbuilder with tendermintdev/rbuilder if necessary

tagtobuild=agoric-upgrade-6
VERSION=$tagtobuild make distclean build-reproducible
docker buildx build --build-arg version_name=$tagtobuild --platform linux/amd64,linux/arm64/v8 --tag agoric/ag0:$tagtobuild --file Dockerfile --push .
Clone this wiki locally