Update src/model/action.ts
Co-authored-by: Webber Takken <webber.nl@gmail.com>pull/305/head
parent
6f7ae3b1c5
commit
377878b5d7
|
|
@ -31,8 +31,7 @@ class Action {
|
||||||
|
|
||||||
static get dockerfile() {
|
static get dockerfile() {
|
||||||
const currentPlatform = process.platform;
|
const currentPlatform = process.platform;
|
||||||
switch(currentPlatform)
|
switch (currentPlatform) {
|
||||||
{
|
|
||||||
case "linux":
|
case "linux":
|
||||||
return `${Action.actionFolder}/platforms/ubuntu/Dockerfile`;
|
return `${Action.actionFolder}/platforms/ubuntu/Dockerfile`;
|
||||||
case "win32":
|
case "win32":
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue