diff --git a/src/index.ts b/src/index.ts index 3e7fb9f..eeff859 100644 --- a/src/index.ts +++ b/src/index.ts @@ -14,7 +14,7 @@ import { } from "./utils"; export async function run(): Promise { - if (process.env.RUNNER_OS !== "Linux") { + if (process.env.RUNNER_OS !== "Linux" && process.env.RUNNER_OS !== "linux") { throw new Error("buildah, and therefore this action, only works on Linux. Please use a Linux runner."); }