diff options
author | JeremyRand <biolizard89@gmail.com> | 2019-06-03 17:51:08 +0000 |
---|---|---|
committer | JeremyRand <biolizard89@gmail.com> | 2019-06-03 17:51:08 +0000 |
commit | 6f7f141f7703215f6b4fea3660136b8c47eadacb (patch) | |
tree | 5f700e7f97b9742a9fed031f7a2a3e385e7ee145 /doc | |
parent | c7cfd20a77ce57d200b3b9e5e0dfb0d63818abdc (diff) |
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')
-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 e9c6d5bf0d..2e712bf58e 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 |