diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js index b64651311e9..d4834f16d38 100644 --- a/make/conf/jib-profiles.js +++ b/make/conf/jib-profiles.js @@ -564,7 +564,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);