From dbce83c93bda01f8ceb9490d92befbb457c6e70c Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 23 Jan 2020 23:19:11 +0100 Subject: [PATCH] Allow building different architectures in ubuntu click --- packaging/ubuntu/click/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/ubuntu/click/manifest.json b/packaging/ubuntu/click/manifest.json index 9229ec0f..651a1226 100644 --- a/packaging/ubuntu/click/manifest.json +++ b/packaging/ubuntu/click/manifest.json @@ -1,8 +1,8 @@ { "name": "io.guh.nymeaapp", - "description": "nymea:app is a client for nymea - a professional IoT server that allows to link smart devices and services. Functional relations of all available sensing and acting capabilities can be defined by 'Magic'.", - "architecture": "armhf", + "description": "Client app for for nymea", "title": "nymea:app", + "architecture": "@CLICK_ARCH@", "hooks": { "nymea-app": { "apparmor": "nymea-app.apparmor",