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: utACK6f7f141f77
Tree-SHA512: e87723f7bddd02e33897cfacdaac9f2e3ccc2bde74eb47d52ba1dd6082c868232e58247e427d6f95dc0b54858d8ccd1b6de47a379fce0f90b63a38bd97ebf419
This commit is contained in:
commit
51858c57f0
1 changed files with 1 additions and 0 deletions
|
@ -270,6 +270,7 @@ The list of files should be:
|
||||||
bitcoin-${VERSION}-aarch64-linux-gnu.tar.gz
|
bitcoin-${VERSION}-aarch64-linux-gnu.tar.gz
|
||||||
bitcoin-${VERSION}-arm-linux-gnueabihf.tar.gz
|
bitcoin-${VERSION}-arm-linux-gnueabihf.tar.gz
|
||||||
bitcoin-${VERSION}-i686-pc-linux-gnu.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}-x86_64-linux-gnu.tar.gz
|
||||||
bitcoin-${VERSION}-osx64.tar.gz
|
bitcoin-${VERSION}-osx64.tar.gz
|
||||||
bitcoin-${VERSION}-osx.dmg
|
bitcoin-${VERSION}-osx.dmg
|
||||||
|
|
Loading…
Reference in a new issue