From 6234fe2947c0a292495dbc20046272b2ea72dbb5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 19 Jan 2022 21:48:30 +0100 Subject: [PATCH] Create build.yaml --- .builder/build.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .builder/build.yaml diff --git a/.builder/build.yaml b/.builder/build.yaml new file mode 100644 index 000000000..dc5e2159d --- /dev/null +++ b/.builder/build.yaml @@ -0,0 +1,23 @@ +image: "homeassistant/{arch}-builder" +shadow_repository: "ghcr.io/home-assistant" +build_from: + aarch64: "ghcr.io/home-assistant/aarch64-base:3.14" + armv7: "ghcr.io/home-assistant/armv7-base:3.14" + armhf: "ghcr.io/home-assistant/armhf-base:3.14" + amd64: "ghcr.io/home-assistant/amd64-base:3.14" + i386: "ghcr.io/home-assistant/i386-base:3.14" +codenotary: + signer: notary@home-assistant.io + base_image: notary@home-assistant.io +args: + CAS_VERSION: "1.0.1" + YQ_VERSION: "v4.13.2" +labels: + io.hass.type: builder + org.opencontainers.image.title: "Home Assistant Builder" + org.opencontainers.image.description: "Container-based build system for Home Assistant" + org.opencontainers.image.source: "https://github.com/home-assistant/builder" + org.opencontainers.image.authors: "The Home Assistant Authors" + org.opencontainers.image.url: "https://www.home-assistant.io/" + org.opencontainers.image.documentation: "https://developers.home-assistant.io/" + org.opencontainers.image.licenses: "Apache License 2.0"