Skip to content

Commit af14650

Browse files
author
Mikhailo Seledtsov
committed
8275569: Add linux-aarch64 to test-make profiles
Reviewed-by: ihse
1 parent 0761a4b commit af14650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/conf/jib-profiles.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ var getJibProfilesProfiles = function (input, common, data) {
559559
"ANT_HOME": input.get("ant", "home_path")
560560
}
561561
};
562-
[ "linux-x64", "macosx-x64", "windows-x64"]
562+
[ "linux-x64", "macosx-x64", "windows-x64", "linux-aarch64"]
563563
.forEach(function (name) {
564564
var maketestName = name + "-testmake";
565565
profiles[maketestName] = concatObjects(profiles[name], testmakeBase);

0 commit comments

Comments
 (0)