From 0b8b6dc9e0a16a5fe056c6c7819b147235bc48f7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 6 Oct 2021 21:10:47 +0200 Subject: [PATCH] Create build.json --- teamspeak/build.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 teamspeak/build.json diff --git a/teamspeak/build.json b/teamspeak/build.json new file mode 100644 index 000000000..e55dc95b5 --- /dev/null +++ b/teamspeak/build.json @@ -0,0 +1,9 @@ +{ + "build_from": { + "aarch64": "ghcr.io/hassio-addons/base/aarch64:10.1.0", + "amd64": "ghcr.io/hassio-addons/base/amd64:10.1.0", + "armhf": "ghcr.io/hassio-addons/base/armhf:10.1.0", + "armv7": "ghcr.io/hassio-addons/base/armv7:10.1.0", + "i386": "ghcr.io/hassio-addons/base/i386:10.1.0" + } +}