mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 03:47:29 -03:00
test: add aarch64-apple-darwin platform entry to get_previous_releases
This commit is contained in:
parent
f6f7a12462
commit
f6e4db27ce
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ def check_host(args) -> int:
|
|||
'aarch64-*-linux*': 'aarch64-linux-gnu',
|
||||
'x86_64-*-linux*': 'x86_64-linux-gnu',
|
||||
'x86_64-apple-darwin*': 'osx64',
|
||||
'aarch64-apple-darwin*': 'osx64',
|
||||
}
|
||||
args.platform = ''
|
||||
for pattern, target in platforms.items():
|
||||
|
|
Loading…
Reference in a new issue