From d6d2f94dcfe00f9ef3a4697655623995b5ecd4e6 Mon Sep 17 00:00:00 2001 From: Yalh Date: Sun, 27 Jan 2019 10:31:30 +0100 Subject: [PATCH 1/2] Manage Arm --- scripts/install | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/install b/scripts/install index 3781c0e..651120e 100755 --- a/scripts/install +++ b/scripts/install @@ -20,6 +20,12 @@ ynh_clean_setup () { # Exit if an error occurs during the execution of the script ynh_abort_if_errors +arch=$(uname -m) +if [[ $arch == arm* ]] +then + ynh_die "WriteFreely not available on Arm" +fi + #================================================= # RETRIEVE ARGUMENTS FROM THE MANIFEST #================================================= From 59fff57eb96b5e3b922dd8ffd9a8fb20112cc6cf Mon Sep 17 00:00:00 2001 From: Yalh Date: Sun, 27 Jan 2019 10:36:30 +0100 Subject: [PATCH 2/2] delete Arm from README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f721b94..aa9ef38 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ Depending of the configuration, the app be used by multiple users #### Supported architectures * x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/writefreely%20%28Community%29.svg)](https://ci-apps.yunohost.org/ci/apps/writefreely/) -* ~~ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/writefreely%20%28Community%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/writefreely/)~~ * Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/ci/logs/writefreely%20%28Community%29.svg)](https://ci-stretch.nohost.me/ci/apps/writefreely/) ## Limitations