Skip to content

Commit

Permalink
msft: bump jdk17 to 17.0.3 and add aarch64 support to jdk11
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Jun 9, 2022
1 parent ec303d3 commit ac4b4cf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/distributions/microsoft/installer.ts
Expand Up @@ -80,11 +80,17 @@ export class MicrosoftDistributions extends JavaBase {
// TODO get these dynamically!
// We will need Microsoft to add an endpoint where we can query for versions.
const jdkVersions = [
{
version: [17, 0, 3]
},
{
version: [17, 0, 1, 12, 1]
},
{
version: [16, 0, 2, 7, 1]
},
{
version: [11, 0, 15]
}
];

Expand All @@ -93,9 +99,6 @@ export class MicrosoftDistributions extends JavaBase {
jdkVersions.push({
version: [11, 0, 13, 8, 1]
});
jdkVersions.push({
version: [11, 0, 15]
});
}

return jdkVersions;
Expand Down

0 comments on commit ac4b4cf

Please sign in to comment.