retry snap

pull/1045/head
Adam Boutcher 2021-08-20 12:32:34 +01:00
parent 8eb71c8d0b
commit cd1eaeec1b
1 changed files with 7 additions and 12 deletions

View File

@ -8,20 +8,21 @@ description: >
status page with tons of features for you to build an even better status page. 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 This Status Page generator allows you to use MySQL, Postgres, or SQLite
on multiple operating systems. on multiple operating systems.
base: base
type: app type: app
confinement: strict confinement: strict
grade: stable grade: stable
issues: https://github.com/statping-ng/statping-ng/issues
architectures: architectures:
- build-on: amd64 - build-on: amd64
# - build-on: armhf - build-on: armhf
# - build-on: arm64 - build-on: arm64
# - build-on: i386 - build-on: i386
apps: apps:
statping: statping:
command: ./statping command: statping
plugs: plugs:
- home - home
- network - network
@ -33,12 +34,6 @@ parts:
plugin: nil plugin: nil
override-build: | override-build: |
apt-get update 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 curl -o- -L https://raw.githubusercontent.com/statping-ng/statping-ng/stable/install.sh | bash
ls /usr/local/bin/
mv /usr/local/bin/statping ./ mv /usr/local/bin/statping ./
build-packages:
- git
- gcc
- make
- sed