From 34c62a61c2cb2a76c9faa221650cb3735ba8bd46 Mon Sep 17 00:00:00 2001 From: TheCaptain989 Date: Fri, 16 Feb 2024 21:16:07 -0600 Subject: [PATCH] Update BuildImage.yml MULTI_ARCH is false --- .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 0f6599d..5dc31a5 100644 --- a/.github/workflows/BuildImage.yml +++ b/.github/workflows/BuildImage.yml @@ -7,7 +7,7 @@ env: ENDPOINT: "linuxserver/mods" #don't modify BASEIMAGE: "radarr" #replace MODNAME: "striptracks" #replace - MULTI_ARCH: "true" #set to true if needed + MULTI_ARCH: "false" #set to true if needed jobs: set-vars: