Add support for Mandrel.

This commit is contained in:
Fabio Niephaus
2022-01-03 09:00:36 +01:00
committed by Fabio Niephaus
parent 7a1abedd1b
commit eff06eabf9
7 changed files with 179 additions and 9 deletions

View File

@@ -15,5 +15,7 @@ export const GRAALVM_GH_USER = 'graalvm'
export const GRAALVM_PLATFORM = IS_WINDOWS ? 'windows' : process.platform
export const JDK_HOME_SUFFIX = IS_MACOS ? '/Contents/Home' : ''
export const MANDREL_NAMESPACE = 'mandrel-'
export type LatestReleaseResponse =
otypes.Endpoints['GET /repos/{owner}/{repo}/releases/latest']['response']