From 3b36dd37527076a56c9812c1cfb0950093ce1d19 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Sat, 11 May 2019 12:13:19 -0600 Subject: build: refactor docker builds Signed-off-by: nachoparker --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6b32d91e..c1118429 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,9 @@ In order to generate the Docker images ``` git clone https://github.com/nextcloud/nextcloudpi.git cd nextcloudpi -make # armhf version -make nextcloudpi-x86 # x86 version +./build-docker.sh x86 +./build-docker.sh armhf +./build-docker.sh arm64 ``` NextCloudPi can be installed in any architecture running the latest Debian @@ -126,6 +127,8 @@ https://hub.docker.com/r/ownyourbits/nextcloudpi-x86 https://hub.docker.com/r/ownyourbits/nextcloudpi-armhf +https://hub.docker.com/r/ownyourbits/nextcloudpi-arm64 + ## Contact You can find us in the [forums](https://help.nextcloud.com/c/support/appliances-docker-snappy-vm) and a [Telegram group](https://t.me/NextCloudPi) -- cgit v1.2.3