Add initial support for early access (EA) builds.

This commit is contained in:
Fabio Niephaus
2024-02-13 13:37:00 +01:00
parent a638430bc0
commit 2408275e34
6 changed files with 104 additions and 2 deletions

View File

@@ -49,6 +49,9 @@ export type LatestReleaseResponse =
export type MatchingRefsResponse =
otypes.Endpoints['GET /repos/{owner}/{repo}/git/matching-refs/{ref}']['response']
export type ReleasesResponse =
otypes.Endpoints['GET /repos/{owner}/{repo}/releases']['response']
function determineJDKArchitecture(): string {
switch (process.arch) {
case 'x64': {