8275569: Add linux-aarch64 to test-make profiles

Reviewed-by: ihse
This commit is contained in:
Mikhailo Seledtsov 2021-10-21 15:31:03 +00:00
parent 0761a4b915
commit af14650127

View File

@ -559,7 +559,7 @@ var getJibProfilesProfiles = function (input, common, data) {
"ANT_HOME": input.get("ant", "home_path")
}
};
[ "linux-x64", "macosx-x64", "windows-x64"]
[ "linux-x64", "macosx-x64", "windows-x64", "linux-aarch64"]
.forEach(function (name) {
var maketestName = name + "-testmake";
profiles[maketestName] = concatObjects(profiles[name], testmakeBase);