diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-02-09 13:11:26 -0800 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-02-09 13:22:53 -0800 |
commit | fae9084ac5b10f94bdee54853d307838c4254e9c (patch) | |
tree | 4f815c0ec9c8b6973776b1c3d984bb5ef8bbcfb0 /doc | |
parent | fa55a2554c2661b8f2a759044d5ac85c9979d9ca (diff) |
build: Skip i686 build by default in guix and gitian
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-process.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/release-process.md b/doc/release-process.md index 1ffef3e106..608f41cc6c 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -268,7 +268,6 @@ 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 |