From 1f8122623970d57cbbe85ece712a8240301779d0 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 3 Oct 2021 08:48:34 +0200 Subject: [PATCH] Update build.json --- nextcloud/build.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nextcloud/build.json b/nextcloud/build.json index 2ddac7ec3..26343423e 100644 --- a/nextcloud/build.json +++ b/nextcloud/build.json @@ -1,10 +1,8 @@ { - "squash": false, "build_from": { "aarch64": "linuxserver/nextcloud:arm64v8-latest", "amd64": "linuxserver/nextcloud:amd64-latest", "armhf": "linuxserver/nextcloud:arm32v7-latest", "armv7": "linuxserver/nextcloud:arm32v7-latest" - }, - "args": {} + } }