Skip to content

Commit a22c08c

Browse files
author
E Shattow
committed
multi-image draft for builder repo
1 parent 22a4587 commit a22c08c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

build.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
image: "ghcr.io/home-assistant/{arch}-builder"
2-
build_from:
3-
aarch64: "ghcr.io/home-assistant/aarch64-base:3.22"
4-
amd64: "ghcr.io/home-assistant/amd64-base:3.22"
1+
image: "ghcr.io/eshattow/homeassistant-builder"
2+
build_from: "ghcr.io/eshattow/homeassistant-base:3.22"
53
cosign:
6-
base_identity: https://github.com/home-assistant/docker-base/.*
7-
identity: https://github.com/home-assistant/builder/.*
4+
base_identity: https://github.com/eshattow/docker-base/.*
5+
identity: https://github.com/eshattow/builder/.*
86
args:
97
YQ_VERSION: "v4.13.2"
108
COSIGN_VERSION: "2.5.3"
119
labels:
1210
io.hass.type: builder
1311
org.opencontainers.image.title: "Home Assistant Builder"
1412
org.opencontainers.image.description: "Container-based build system for Home Assistant"
15-
org.opencontainers.image.source: "https://github.com/home-assistant/builder"
13+
org.opencontainers.image.source: "https://github.com/eshattow/builder"
1614
org.opencontainers.image.authors: "The Home Assistant Authors"
1715
org.opencontainers.image.url: "https://www.home-assistant.io/"
1816
org.opencontainers.image.documentation: "https://developers.home-assistant.io/"

0 commit comments

Comments
 (0)