Skip to content

Commit fa1d5e5

Browse files
author
MarcoFalke
committed
test: Fix get_previous_releases.py for aarch64
1 parent 32e59fc commit fa1d5e5

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
@@ -175,6 +175,7 @@ def check_host(args) -> int:
175175
'./depends/config.guess').decode())
176176
if args.download_binary:
177177
platforms = {
178+
'aarch64-*-linux*': 'aarch64-linux-gnu',
178179
'x86_64-*-linux*': 'x86_64-linux-gnu',
179180
'x86_64-apple-darwin*': 'osx64',
180181
}

0 commit comments

Comments
 (0)