From 10f1f1e0a6391860ae7468989d5bb80e69d3bd37 Mon Sep 17 00:00:00 2001 From: Adam Boutcher Date: Fri, 20 Aug 2021 12:18:02 +0100 Subject: [PATCH] Testing changes to snap --- snapcraft.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 8689d224..dc4ce434 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -15,13 +15,13 @@ grade: stable architectures: - build-on: amd64 - - build-on: armhf - - build-on: arm64 - - build-on: i386 +# - build-on: armhf +# - build-on: arm64 +# - build-on: i386 apps: statping: - command: statping + command: ./statping plugs: - home - network @@ -35,7 +35,7 @@ parts: apt-get update apt-get install -y curl curl -o- -L https://raw.githubusercontent.com/statping-ng/statping-ng/stable/install.sh | bash - chmod +x /usr/local/bin/statping + ls /usr/local/bin/ mv /usr/local/bin/statping ./ build-packages: - git