0
0
Fork 0
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:
MarcoFalke 2021-01-18 09:38:11 +01:00
parent 32e59fc371
commit fa1d5e5137
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -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',
}