mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
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 6f7f141f77
Tree-SHA512: e87723f7bddd02e33897cfacdaac9f2e3ccc2bde74eb47d52ba1dd6082c868232e58247e427d6f95dc0b54858d8ccd1b6de47a379fce0f90b63a38bd97ebf419
This commit is contained in:
parent
a92ddf2784
commit
053e7f74e2
@ -237,6 +237,7 @@ The list of files should be:
|
|||||||
dash-${VERSION}-aarch64-linux-gnu.tar.gz
|
dash-${VERSION}-aarch64-linux-gnu.tar.gz
|
||||||
dash-${VERSION}-arm-linux-gnueabihf.tar.gz
|
dash-${VERSION}-arm-linux-gnueabihf.tar.gz
|
||||||
dash-${VERSION}-i686-pc-linux-gnu.tar.gz
|
dash-${VERSION}-i686-pc-linux-gnu.tar.gz
|
||||||
|
dash-${VERSION}-riscv64-linux-gnu.tar.gz
|
||||||
dash-${VERSION}-x86_64-linux-gnu.tar.gz
|
dash-${VERSION}-x86_64-linux-gnu.tar.gz
|
||||||
dash-${VERSION}-osx64.tar.gz
|
dash-${VERSION}-osx64.tar.gz
|
||||||
dash-${VERSION}-osx.dmg
|
dash-${VERSION}-osx.dmg
|
||||||
|
Loading…
Reference in New Issue
Block a user