Skip to content

Commit df111e1

Browse files
authored
[Test Proxy] Support AARCH64 platform (#43428)
1 parent 378dc67 commit df111e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eng/tools/azure-sdk-tools/devtools_testutils/proxy_startup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@
6969
"file_name": "test-proxy-standalone-linux-arm64.tar.gz",
7070
"executable": "Azure.Sdk.Tools.TestProxy",
7171
},
72+
"AARCH64": { # AARCH64 and ARM64 are synonyms; use the ARM binary
73+
"system": "Linux",
74+
"machine": "AARCH64",
75+
"file_name": "test-proxy-standalone-linux-arm64.tar.gz",
76+
"executable": "Azure.Sdk.Tools.TestProxy",
77+
},
7278
},
7379
"Darwin": {
7480
"X86_64": {

0 commit comments

Comments
 (0)