|
22 | 22 | # 4. Lastly, it sets the pipeline variables. |
23 | 23 | # |
24 | 24 | # Below are the helix queues it sets depending on the OS/architecture: |
25 | | -# | Arch | windows | Linux | macOS | |
26 | | -# |-------|-------------------------|--------------------------------------------------------------------------------------------------------------------------------------|----------------| |
27 | | -# | x86 | Windows.10.Amd64.X86.Rt | | - | |
28 | | -# | x64 | Windows.10.Amd64.X86.Rt | Ubuntu.1804.Amd64 | OSX.1014.Amd64 | |
29 | | -# | arm | - | (Ubuntu.1804.Arm32)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-20230201170255-8b7d579 | - | |
30 | | -# | arm64 | Windows.10.Arm64 | (Ubuntu.1804.Arm64)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-20230201170341-8b7d579 | OSX.1100.ARM64 | |
| 25 | +# | Arch | windows | Linux | macOS | |
| 26 | +# |-------|-------------------------|---------------------------------------------------------------------------------------------------------------|----------------| |
| 27 | +# | x86 | Windows.10.Amd64.X86.Rt | | - | |
| 28 | +# | x64 | Windows.10.Amd64.X86.Rt | Ubuntu.1804.Amd64 | OSX.1014.Amd64 | |
| 29 | +# | arm | - | (Ubuntu.1804.Arm32)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7 | - | |
| 30 | +# | arm64 | Windows.10.Arm64 | (Ubuntu.1804.Arm64)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8 | OSX.1100.ARM64 | |
31 | 31 | # |
32 | 32 | ################################################################################ |
33 | 33 | ################################################################################ |
@@ -403,9 +403,9 @@ def main(main_args): |
403 | 403 | helix_queue = "Windows.10.Arm64" if arch == "arm64" else "Windows.10.Amd64.X86.Rt" |
404 | 404 | elif platform_name == "linux": |
405 | 405 | if arch == "arm": |
406 | | - helix_queue = "(Ubuntu.1804.Arm32)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7-20230201170255-8b7d579" |
| 406 | + helix_queue = "(Ubuntu.1804.Arm32)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm32v7" |
407 | 407 | elif arch == "arm64": |
408 | | - helix_queue = "(Ubuntu.1804.Arm64)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8-20230201170341-8b7d579" |
| 408 | + helix_queue = "(Ubuntu.1804.Arm64)[email protected]/dotnet-buildtools/prereqs:ubuntu-18.04-helix-arm64v8" |
409 | 409 | else: |
410 | 410 | helix_queue = "Ubuntu.1804.Amd64" |
411 | 411 | elif platform_name == "osx": |
|
0 commit comments