Skip to content

Commit

Permalink
R4R: Update reproducible build command (#1278)
Browse files Browse the repository at this point in the history
* Update reproducible build command

to use latest reproducible build docker image from https://github.com/tendermint/images which is published on the tendermintdev dockerhub account

* Update RELEASING.md

* Update RELEASING.md

* Update join-mainnet.md
  • Loading branch information
okwme authored Mar 1, 2022
1 parent ac6603d commit 292906d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ build-reproducible: go.sum
--env VERSION=$(VERSION) \
--env COMMIT=$(COMMIT) \
--env LEDGER_ENABLED=$(LEDGER_ENABLED) \
--name latest-build cosmossdk/rbuilder:latest
--name latest-build tendermintdev/rbuilder:latest
$(DOCKER) cp -a latest-build:/home/builder/artifacts/ $(CURDIR)/

build-linux: go.sum
Expand Down
2 changes: 2 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ these artifacts should be included in the release.
make distclean build-reproducible
```

This runs the docker image [tendermintdev/rbuilder](https://hub.docker.com/r/tendermintdev/rbuilder) with a copy of the [rbuilder](https://github.com/tendermint/images/tree/master/rbuilder) docker file.

Then use the following release text template:

```markdown
Expand Down

0 comments on commit 292906d

Please sign in to comment.