add heimdall

This commit is contained in:
Arne Petersen
2020-08-15 12:23:57 +02:00
parent 4628fb6380
commit 458af04859
11 changed files with 135 additions and 0 deletions

13
heimdall/build.json Normal file
View File

@@ -0,0 +1,13 @@
{
"build_from_template": {
"image": "linuxserver/heimdall",
"version": "2.2.2-ls96"
},
"build_from": {
"armhf": "linuxserver/heimdall:arm32v7-2.2.2-ls96",
"aarch64": "linuxserver/heimdall:arm64v8-2.2.2-ls96",
"amd64": "linuxserver/heimdall:amd64-2.2.2-ls96"
},
"squash": false,
"args": {}
}