Update and rename build.json to build.yaml

This commit is contained in:
Alexandre
2021-12-15 16:36:01 +01:00
committed by GitHub
parent 0dc0b62655
commit 66ec080ae3
2 changed files with 5 additions and 8 deletions

View File

@@ -1,8 +0,0 @@
{
"build_from":
{
"aarch64": "ghcr.io/hassio-addons/debian-base/aarch64:5.2.2",
"amd64": "ghcr.io/hassio-addons/debian-base/amd64:5.2.2",
"armv7": "ghcr.io/hassio-addons/debian-base/armv7:5.2.2"
}
}

5
bitwarden/build.yaml Normal file
View File

@@ -0,0 +1,5 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.2.2
amd64: ghcr.io/hassio-addons/debian-base/amd64:5.2.2
armv7: ghcr.io/hassio-addons/debian-base/armv7:5.2.2