mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-10 05:11:20 +02:00
test: Fix get_previous_releases.py for aarch64
This commit is contained in:
parent
32e59fc371
commit
fa1d5e5137
@ -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…
x
Reference in New Issue
Block a user