This commit is contained in:
TingluoHuang
2019-11-07 15:52:28 -05:00
parent 999800031d
commit 7d28a57680

View File

@@ -54,6 +54,8 @@ namespace GitHub.Runner.Common.Util
return "X64";
case Constants.Architecture.Arm:
return "ARM";
case Constants.Architecture.Arm64:
return "ARM64";
default:
throw new NotSupportedException(); // Should never reach here.
}