Built octoprint-proxy images and store at ghcr (#127)

This commit is contained in:
Max Winterstein
2022-12-16 10:56:49 +01:00
committed by GitHub
parent 5fff8569b6
commit fc809ee24d
4 changed files with 23 additions and 11 deletions

View File

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