From 74d6728fbaa43d5dc9e373603453a310e8289de8 Mon Sep 17 00:00:00 2001 From: Frank Halasz Date: Tue, 6 Jun 2023 17:08:46 -0700 Subject: [PATCH] Results of debugging new linux workflows --- .github/workflows/Dockerfile_maiko | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Dockerfile_maiko b/.github/workflows/Dockerfile_maiko index f6058fa..9267074 100755 --- a/.github/workflows/Dockerfile_maiko +++ b/.github/workflows/Dockerfile_maiko @@ -17,6 +17,8 @@ COPY . ${INSTALL_LOCATION} # Build maiko RUN cd ${INSTALL_LOCATION}/bin \ && ./makeright x cleanup\ - && ./makeright init cleanup \ - && ./makeright x \ - && ./makeright init + && ./makeright x +RUN cd ${INSTALL_LOCATION}/bin \ + && if [[ "$(./osversion)" != "linux" || "$(./mchinetype)" = "x86_64" ]]; then \ + ./makeright init; \ + fi