just armv7 no l
This commit is contained in:
parent
8c1bcca5cb
commit
ef956d1410
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
name: LockServer
|
name: LockServer
|
||||||
description: manage z-wave locks
|
description: manage z-wave locks
|
||||||
version: "0.1.0"
|
version: "0.1.1"
|
||||||
slug: "lockserver"
|
slug: "lockserver"
|
||||||
init: false
|
init: false
|
||||||
webui: "http://[HOST]:[PORT:8080]"
|
webui: "http://[HOST]:[PORT:8080]"
|
||||||
arch:
|
arch:
|
||||||
- aarch64
|
- aarch64
|
||||||
- amd64
|
- amd64
|
||||||
- armv7l
|
- armv7
|
||||||
stage: experimental
|
stage: experimental
|
||||||
watchdog: http://[HOST]:[PORT:8080]/health
|
watchdog: http://[HOST]:[PORT:8080]/health
|
||||||
image: git.janky.solutions/finn/lockserver:latest
|
image: git.janky.solutions/finn/lockserver:latest
|
||||||
|
|
Loading…
Reference in a new issue