mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-25 04:46:25 +00:00
12 lines
230 B
JSON
12 lines
230 B
JSON
{
|
|
"build_from": {
|
|
"armhf": "mycustom/base-image:latest",
|
|
"aarch64": "mycustom/base-image",
|
|
"amd64": "ghcr.io/home-assistant/amd64-base-ubuntu:18.04"
|
|
},
|
|
"squash": false,
|
|
"args": {
|
|
"my_build_arg": "xy"
|
|
}
|
|
}
|