1
mirror of https://github.com/home-assistant/core synced 2024-09-06 10:29:55 +02:00
ha-core/machine/build.json
Pascal Vizeli 1527b9cad7
Build images on GitHub actions (#48318)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-04-26 22:19:40 +02:00

17 lines
620 B
JSON

{
"image": "homeassistant/{machine}-homeassistant",
"shadow_repository": "ghcr.io/home-assistant",
"build_from": {
"aarch64": "ghcr.io/home-assistant/aarch64-homeassistant:",
"armv7": "ghcr.io/home-assistant/armv7-homeassistant:",
"armhf": "ghcr.io/home-assistant/armhf-homeassistant:",
"amd64": "ghcr.io/home-assistant/amd64-homeassistant:",
"i386": "ghcr.io/home-assistant/i386-homeassistant:"
},
"labels": {
"io.hass.type": "core",
"org.opencontainers.image.source": "https://github.com/home-assistant/core"
},
"version_tag": true
}