Skip to content

Commit

Permalink
test: Fix get_previous_releases.py for aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Jan 18, 2021
1 parent 32e59fc commit fa1d5e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/get_previous_releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
Expand Down

0 comments on commit fa1d5e5

Please sign in to comment.