mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
test: Fix get_previous_releases.py for aarch64
This commit is contained in:
parent
32e59fc371
commit
fa1d5e5137
1 changed files with 1 additions and 0 deletions
|
@ -175,6 +175,7 @@ def check_host(args) -> int:
|
|||
'./depends/config.guess').decode())
|
||||
if args.download_binary:
|
||||
platforms = {
|
||||
'aarch64-*-linux*': 'aarch64-linux-gnu',
|
||||
'x86_64-*-linux*': 'x86_64-linux-gnu',
|
||||
'x86_64-apple-darwin*': 'osx64',
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue