We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378dc67 commit df111e1Copy full SHA for df111e1
eng/tools/azure-sdk-tools/devtools_testutils/proxy_startup.py
@@ -69,6 +69,12 @@
69
"file_name": "test-proxy-standalone-linux-arm64.tar.gz",
70
"executable": "Azure.Sdk.Tools.TestProxy",
71
},
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
+ },
78
79
"Darwin": {
80
"X86_64": {
0 commit comments