mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-02-15 07:27:13 +00:00
* Support for Docker manifests base images add-on build * Set platform for build and tests * Remove empty test Co-authored-by: Mike Degatano <michael.degatano@gmail.com>
8 lines
110 B
JSON
8 lines
110 B
JSON
{
|
|
"build_from": "mycustom/base-image:latest",
|
|
"squash": false,
|
|
"args": {
|
|
"my_build_arg": "xy"
|
|
}
|
|
}
|