mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-14 04:00:41 +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())
|
'./depends/config.guess').decode())
|
||||||
if args.download_binary:
|
if args.download_binary:
|
||||||
platforms = {
|
platforms = {
|
||||||
|
'aarch64-*-linux*': 'aarch64-linux-gnu',
|
||||||
'x86_64-*-linux*': 'x86_64-linux-gnu',
|
'x86_64-*-linux*': 'x86_64-linux-gnu',
|
||||||
'x86_64-apple-darwin*': 'osx64',
|
'x86_64-apple-darwin*': 'osx64',
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user