We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded6873 commit 2222e15Copy full SHA for 2222e15
test/get_previous_releases.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/env python3
2
#
3
-# Copyright (c) 2018-2022 The Bitcoin Core developers
+# Copyright (c) 2018-present The Bitcoin Core developers
4
# Distributed under the MIT software license, see the accompanying
5
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
6
@@ -250,6 +250,7 @@ def check_host(args) -> int:
250
if args.download_binary:
251
platforms = {
252
'aarch64-*-linux*': 'aarch64-linux-gnu',
253
+ 'riscv64-*-linux*': 'riscv64-linux-gnu',
254
'x86_64-*-linux*': 'x86_64-linux-gnu',
255
'x86_64-apple-darwin*': 'x86_64-apple-darwin',
256
'aarch64-apple-darwin*': 'arm64-apple-darwin',
0 commit comments