diff options
| author | JeremyRand <[email protected]> | 2019-06-03 17:51:08 +0000 |
|---|---|---|
| committer | JeremyRand <[email protected]> | 2019-06-03 17:51:08 +0000 |
| commit | 6f7f141f7703215f6b4fea3660136b8c47eadacb (patch) | |
| tree | 5f700e7f97b9742a9fed031f7a2a3e385e7ee145 /doc/release-process.md | |
| parent | Merge #16086: contrib: use newer config.guess & config.sub in install_db4.sh (diff) | |
| download | discoin-6f7f141f7703215f6b4fea3660136b8c47eadacb.tar.xz discoin-6f7f141f7703215f6b4fea3660136b8c47eadacb.zip | |
Add riscv64 to outputs list in release-process.md
The riscv64 binary is created by the Gitian scripts and distributed by the
Bitcoin Core website, so it should be listed in the release process docs.
Diffstat (limited to 'doc/release-process.md')
| -rw-r--r-- | doc/release-process.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index e9c6d5bf0..2e712bf58 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -270,6 +270,7 @@ The list of files should be: bitcoin-${VERSION}-aarch64-linux-gnu.tar.gz bitcoin-${VERSION}-arm-linux-gnueabihf.tar.gz bitcoin-${VERSION}-i686-pc-linux-gnu.tar.gz +bitcoin-${VERSION}-riscv64-linux-gnu.tar.gz bitcoin-${VERSION}-x86_64-linux-gnu.tar.gz bitcoin-${VERSION}-osx64.tar.gz bitcoin-${VERSION}-osx.dmg |