refer to upstream image in config

This commit is contained in:
Alexandre
2021-02-11 09:30:04 +01:00
parent 65144902ed
commit aac13b75f9
17 changed files with 283 additions and 137 deletions

9
scrutiny/build.json Normal file
View File

@@ -0,0 +1,9 @@
{
"build_from": {
"armv7": "linuxserver/scrutiny:arm32v7-",
"armhf": "linuxserver/scrutiny:arm32v7-",
"aarch64": "linuxserver/scrutiny:arm64v8-",
"amd64": "linuxserver/scrutiny:amd64-"
}
}