Update iobroker to prebuild images

This commit is contained in:
Max Winterstein
2021-02-12 23:19:07 +01:00
parent f1d103a25e
commit 075fe45bb9
4 changed files with 43 additions and 4 deletions

7
ioBroker/build.json Normal file
View File

@@ -0,0 +1,7 @@
{
"build_from": {
"aarch64": "buanet/iobroker:v5.1.0-aarch64",
"amd64": "buanet/iobroker:v5.1.0-amd64",
"armv7": "buanet/iobroker:v5.1.0-armv7hf"
}
}