mirror of
https://github.com/hassio-addons/addon-grocy.git
synced 2025-05-04 11:11:30 +00:00
* Add new repository workflow * Prettified Code! * Address add-on lint errors * Migrate Docker build arguments * Documentation tweaks Co-authored-by: frenck <frenck@users.noreply.github.com>
9 lines
257 B
JSON
Executable file
9 lines
257 B
JSON
Executable file
{
|
|
"build_from": {
|
|
"aarch64": "hassioaddons/base-aarch64:8.0.5",
|
|
"amd64": "hassioaddons/base-amd64:8.0.5",
|
|
"armhf": "hassioaddons/base-armhf:8.0.5",
|
|
"armv7": "hassioaddons/base-armv7:8.0.5",
|
|
"i386": "hassioaddons/base-i386:8.0.5"
|
|
}
|
|
}
|