Added architecture to semeru

This commit is contained in:
mahabaleshwars 2024-08-27 16:50:02 +05:30
parent 3c65de9d02
commit 6c3405c2ba
2 changed files with 4 additions and 2 deletions

3
dist/setup/index.js vendored
View file

@ -124931,7 +124931,8 @@ const supportedArchitectures = [
'ppc64le', 'ppc64le',
'ppc64', 'ppc64',
's390x', 's390x',
'aarch64' 'aarch64',
'arm64'
]; ];
class SemeruDistribution extends base_installer_1.JavaBase { class SemeruDistribution extends base_installer_1.JavaBase {
constructor(installerOptions) { constructor(installerOptions) {

View file

@ -22,7 +22,8 @@ const supportedArchitectures = [
'ppc64le', 'ppc64le',
'ppc64', 'ppc64',
's390x', 's390x',
'aarch64' 'aarch64',
'arm64'
]; ];
export class SemeruDistribution extends JavaBase { export class SemeruDistribution extends JavaBase {