Skip to content

Commit b37d7df

Browse files
rgithubliPaul Hohensee
authored and
Paul Hohensee
committed
8275569: Add linux-aarch64 to test-make profiles
Backport-of: af14650127de47058b958be411503584c0ba6323
1 parent eef3c96 commit b37d7df

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
@@ -564,7 +564,7 @@ var getJibProfilesProfiles = function (input, common, data) {
564564
"ANT_HOME": input.get("ant", "home_path")
565565
}
566566
};
567-
[ "linux-x64", "macosx-x64", "windows-x64"]
567+
[ "linux-x64", "macosx-x64", "windows-x64", "linux-aarch64"]
568568
.forEach(function (name) {
569569
var maketestName = name + "-testmake";
570570
profiles[maketestName] = concatObjects(profiles[name], testmakeBase);

0 commit comments

Comments
 (0)