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

This commit is contained in:
Robert Middleswarth
2023-04-24 18:58:18 -04:00
parent ac4b4d0bf9
commit dfbf19faeb
2 changed files with 0 additions and 2 deletions

View File

@@ -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"

View File

@@ -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",