Merge tag 'nektos/v0.2.46'

This commit is contained in:
Jason Song
2023-06-16 10:57:31 +08:00
13 changed files with 235 additions and 130 deletions

View File

@@ -263,8 +263,8 @@ func RunnerArch(ctx context.Context) string {
archMapper := map[string]string{
"x86_64": "X64",
"386": "x86",
"aarch64": "arm64",
"386": "X86",
"aarch64": "ARM64",
}
if arch, ok := archMapper[info.Architecture]; ok {
return arch