From 40f0cbc9b6800cf585bd0e17dd02799c669cef83 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Tue, 26 Jun 2018 07:45:17 +0200 Subject: build: generate armhf container locally with qemu-user --- README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8df1e8bc..76128a56 100644 --- a/README.md +++ b/README.md @@ -94,20 +94,13 @@ cd nextcloudpi ./build-SD-armbian.sh odroidxu4 # supported board code name ``` -The docker armhf image can be generated in an ARM environment with docker +In order to generate the Docker images ``` git clone https://github.com/nextcloud/nextcloudpi.git cd nextcloudpi -make -``` - -, and for an x86 image, on a x86 environment do - -``` -git clone https://github.com/nextcloud/nextcloudpi.git -cd nextcloudpi -make nextcloudpi-x86 +make # armhf version +make nextcloudpi-x86 # x86 version ``` NextCloudPi can be installed in any architecture running the latest Debian -- cgit v1.2.3