From e0970214f26f80601468406d8e1869b5e66cae99 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Fri, 8 Mar 2024 09:56:47 -0500 Subject: [PATCH] Default MULTI_ARCH to true --- .github/workflows/BuildImage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BuildImage.yml b/.github/workflows/BuildImage.yml index 8213c2f0..6008e850 100644 --- a/.github/workflows/BuildImage.yml +++ b/.github/workflows/BuildImage.yml @@ -7,7 +7,7 @@ env: ENDPOINT: "linuxserver/mods" #don't modify BASEIMAGE: "replace_baseimage" #replace MODNAME: "replace_modname" #replace - MULTI_ARCH: "false" #set to true if needed + MULTI_ARCH: "true" #set to false if not needed jobs: set-vars: