feat: support non-x86 architecture #22
Annotations
10 errors and 2 warnings
Lint codebase:
src/main.ts#L14
Replace `'oci-containerengine';` with `"oci-containerengine"`
|
Lint codebase:
src/main.ts#L14
Extra semicolon
|
Lint codebase:
src/main.ts#L15
Replace `'oci-common';` with `"oci-common"`
|
Lint codebase:
src/main.ts#L15
Extra semicolon
|
Lint codebase:
src/main.ts#L19
Replace `'386'` with `"386"`
|
Lint codebase:
src/main.ts#L20
Replace `'amd64'` with `"amd64"`
|
Lint codebase:
src/main.ts#L21
Replace `'arm64'` with `"arm64"`
|
Lint codebase:
src/main.ts#L22
Replace `'arm64',` with `"arm64"`
|
Lint codebase:
src/main.ts#L29
Replace `'darwin'` with `"darwin"`
|
Lint codebase:
src/main.ts#L30
Replace `'windows'` with `"windows"`
|
Lint codebase:
.github/linters/tsconfig.json#L1
File ignored by default.
|
Lint codebase:
.prettierrc.json#L1
File ignored by default.
|