diff --git a/src/distributions/microsoft/models.ts b/src/distributions/microsoft/models.ts index e5f10027..ed39a734 100644 --- a/src/distributions/microsoft/models.ts +++ b/src/distributions/microsoft/models.ts @@ -1,3 +1,3 @@ /* eslint @typescript-eslint/no-unused-vars: "off" -- There is a bug with this rule, it's not working properly with types */ -type OsVersions = 'alpine' | 'linux' | 'macos' | 'windows'; +type OsVersions = 'linux' | 'macos' | 'windows'; type ArchiveType = 'tar.gz' | 'zip';