mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Build images on GitHub actions (#48318)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com> Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
16
machine/build.json
Normal file
16
machine/build.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"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
|
||||
}
|
Reference in New Issue
Block a user