Initial upload

This commit is contained in:
Alexandre
2022-02-01 09:35:17 +01:00
parent c15c4a7707
commit abced9f38e
11 changed files with 414 additions and 0 deletions

7
webtop_kde/build.json Normal file
View File

@@ -0,0 +1,7 @@
{
"build_from": {
"armv7": "linuxserver/webtop:arm32v7-",
"aarch64": "linuxserver/webtop:arm64v8-",
"amd64": "linuxserver/webtop:amd64-"
}
}