From 508a92d0e6efa2824199ad1b3f17f613f1ece794 Mon Sep 17 00:00:00 2001 From: BIBOLV <49994376+BIBOLV@users.noreply.github.com> Date: Wed, 1 Jul 2020 23:55:06 +0300 Subject: [PATCH 1/2] Update snapcraft.yaml --- snap/snapcraft.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 475333b..008daa5 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -13,6 +13,16 @@ description: | base: core18 confinement: strict +architectures: + - build-on: amd64 + run-on: amd64 + + - build-on: arm64 + run-on: arm64 + + - build-on: armhf + run-on: armhf + parts: script: plugin: dump @@ -38,6 +48,7 @@ parts: build-packages: - g++ - make + - libncurses-dev stage-packages: - mosquitto-clients - curl @@ -55,4 +66,4 @@ apps: plugs: - network - network-bind - - raw-usb \ No newline at end of file + - raw-usb From ccff6587c366a281ba579a7f400152113ccc44e8 Mon Sep 17 00:00:00 2001 From: BIBOLV <49994376+BIBOLV@users.noreply.github.com> Date: Wed, 1 Jul 2020 23:55:31 +0300 Subject: [PATCH 2/2] Make launcher.sh executable. --- snap/local/launcher.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 snap/local/launcher.sh diff --git a/snap/local/launcher.sh b/snap/local/launcher.sh old mode 100644 new mode 100755