From cd1eaeec1b2a5140487faef406d8b67cc141de28 Mon Sep 17 00:00:00 2001 From: Adam Boutcher Date: Fri, 20 Aug 2021 12:32:34 +0100 Subject: [PATCH] retry snap --- snapcraft.yaml | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index dc4ce434..0d4ec108 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -8,20 +8,21 @@ description: > status page with tons of features for you to build an even better status page. This Status Page generator allows you to use MySQL, Postgres, or SQLite on multiple operating systems. - +base: base type: app confinement: strict grade: stable +issues: https://github.com/statping-ng/statping-ng/issues 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 @@ -33,12 +34,6 @@ parts: plugin: nil override-build: | apt-get update - apt-get install -y curl + apt-get install -y curl tar curl -o- -L https://raw.githubusercontent.com/statping-ng/statping-ng/stable/install.sh | bash - ls /usr/local/bin/ mv /usr/local/bin/statping ./ - build-packages: - - git - - gcc - - make - - sed