Skip to content

Commit f6e4db2

Browse files
committed
test: add aarch64-apple-darwin platform entry to get_previous_releases
1 parent f6f7a12 commit f6e4db2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/get_previous_releases.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ def check_host(args) -> int:
190190
'aarch64-*-linux*': 'aarch64-linux-gnu',
191191
'x86_64-*-linux*': 'x86_64-linux-gnu',
192192
'x86_64-apple-darwin*': 'osx64',
193+
'aarch64-apple-darwin*': 'osx64',
193194
}
194195
args.platform = ''
195196
for pattern, target in platforms.items():

0 commit comments

Comments
 (0)