Skip to content

Commit faf7e69

Browse files
author
MarcoFalke
committed
test: Support powerpc64le in get_previous_releases.py
1 parent 03675b2 commit faf7e69

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
@@ -247,6 +247,7 @@ def check_host(args) -> int:
247247
if args.download_binary:
248248
platforms = {
249249
'aarch64-*-linux*': 'aarch64-linux-gnu',
250+
'powerpc64le-*-linux-*': 'powerpc64le-linux-gnu',
250251
'riscv64-*-linux*': 'riscv64-linux-gnu',
251252
'x86_64-*-linux*': 'x86_64-linux-gnu',
252253
'x86_64-apple-darwin*': 'x86_64-apple-darwin',

0 commit comments

Comments
 (0)