mirror of https://github.com/statping/statping
snapcraft
parent
c56de1f8aa
commit
f9ab09f3de
4
Makefile
4
Makefile
|
@ -283,7 +283,9 @@ travis-build:
|
|||
curl -H "Content-Type: application/json" --data '{"docker_tag": "latest"}' -X POST $(DOCKER)
|
||||
|
||||
snapcraft:
|
||||
docker run --rm -v "$PWD":/build -w /build snapcore/snapcraft bash -c "apt update && snapcraft"
|
||||
snapcraft --target-arch=amd64
|
||||
snapcraft --target-arch=arm64
|
||||
snapcraft --target-arch=i386
|
||||
|
||||
# install xgo and pull the xgo docker image
|
||||
xgo-install: clean
|
||||
|
|
|
@ -7,6 +7,10 @@ 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.
|
||||
architectures:
|
||||
- amd64
|
||||
- arm64
|
||||
- i386
|
||||
|
||||
type: app
|
||||
confinement: strict
|
||||
|
|
Loading…
Reference in New Issue