Introduce native-image-musl feature.

This commit is contained in:
Fabio Niephaus
2022-01-20 17:49:45 +01:00
parent b1f65935b2
commit 778131f1d6
8 changed files with 172 additions and 10 deletions

View File

@@ -2,6 +2,7 @@ import * as otypes from '@octokit/types'
import {homedir} from 'os'
import {join} from 'path'
export const IS_LINUX = process.platform === 'linux'
export const IS_MACOS = process.platform === 'darwin'
export const IS_WINDOWS = process.platform === 'win32'