diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-06-04 23:23:58 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-06-04 23:24:01 +0200 |
commit | 51858c57f0e2e270894a57028650dfdaf16b6cc2 (patch) | |
tree | 53b944d08d0d69d6f7d3fe839cff083ed99c1ab4 /doc | |
parent | d3a1c2502bb19d667c692937784fe027fd8d32da (diff) | |
parent | 6f7f141f7703215f6b4fea3660136b8c47eadacb (diff) |
Merge #16139: Docs: Add riscv64 to outputs list in release-process.md
6f7f141f77 Add riscv64 to outputs list in release-process.md (JeremyRand)
Pull request description:
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.
I placed it between i686 and x86_64 since it looked like the original list of Linux arches was in alphabetical order; I'm open to including it in a different position if the desire is to keep the two ARM arches together and the two x86 arches together.
ACKs for commit 6f7f14:
fanquake:
utACK https://github.com/bitcoin/bitcoin/pull/16139/commits/6f7f141f7703215f6b4fea3660136b8c47eadacb
Tree-SHA512: e87723f7bddd02e33897cfacdaac9f2e3ccc2bde74eb47d52ba1dd6082c868232e58247e427d6f95dc0b54858d8ccd1b6de47a379fce0f90b63a38bd97ebf419
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 |