diff --git a/dist/index.js b/dist/index.js index aafcec4f..452e55cb 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index e550dbc2..1024929d 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/dist/licenses.txt b/dist/licenses.txt index 497a23d4..138f7f39 100644 Binary files a/dist/licenses.txt and b/dist/licenses.txt differ diff --git a/src/model/image-tag.ts b/src/model/image-tag.ts index 2b9fd910..48814e14 100644 --- a/src/model/image-tag.ts +++ b/src/model/image-tag.ts @@ -136,10 +136,6 @@ class ImageTag { case Platform.types.XboxOne: return windows; case Platform.types.tvOS: - if (process.platform !== 'win32') { - throw new Error(`tvOS can only be built on a windows base OS`); - } - return tvos; case Platform.types.Switch: return windows;