8274610: Add linux-aarch64 to bootcycle build profiles

Reviewed-by: erikj
This commit is contained in:
Mikhailo Seledtsov 2021-10-04 17:20:05 +00:00
parent 0ca094bc5f
commit 9914e5c416

View File

@ -633,7 +633,7 @@ var getJibProfilesProfiles = function (input, common, data) {
// Bootcycle profiles runs the build with itself as the boot jdk. This can
// be done in two ways. Either using the builtin bootcycle target in the
// build system. Or by supplying the main jdk build as bootjdk to configure.
[ "linux-x64", "macosx-x64", "windows-x64" ]
[ "linux-x64", "macosx-x64", "windows-x64", "linux-aarch64" ]
.forEach(function (name) {
var bootcycleName = name + "-bootcycle";
var bootcyclePrebuiltName = name + "-bootcycle-prebuilt";