浏览代码

Removing 32bit support for NextCloud as they are dropping support and have already tweaked there installer reporting a message.

Robert Middleswarth 2 年之前
父节点
当前提交
dfbf19faeb
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 0 1
      template/apps/nextcloud.json
  2. 0 1
      template/apps/nextcloudpi.json

+ 0 - 1
template/apps/nextcloud.json

@@ -42,7 +42,6 @@
 	"officialDoc": "https://docs.linuxserver.io/images/docker-nextcloud",
 	"platform": "linux",
 	"repository": {
-		"stackfile_arm32": "stack/nextcloud.yml",
 		"stackfile_arm64": "stack/nextcloud.yml",
 		"stackfile_amd64": "stack/nextcloud.yml",
 		"url": "https://github.com/pi-hosted/pi-hosted"

+ 0 - 1
template/apps/nextcloudpi.json

@@ -20,7 +20,6 @@
 		}
 	],
 	"extraScript": "reset_premissions_nextcloud.sh",
-	"image_arm32": "ownyourbits/nextcloudpi-armhf:latest",
 	"image_arm64": "ownyourbits/nextcloudpi-arm64:latest",
 	"image_amd64": "ownyourbits/nextcloudpi-x86:latest",
 	"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/nextcloud-icon.png",