mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-22 13:24:23 +01:00
* Fix name * Update build.json * Update Dockerfile * Update CHANGELOG.md * Update config.json
11 lines
221 B
JSON
11 lines
221 B
JSON
{
|
|
"build_from": {
|
|
"armhf": "multiarch/ubuntu-core:armhf-xenial",
|
|
"amd64": "multiarch/ubuntu-core:i386-xenial",
|
|
"i386": "multiarch/ubuntu-core:i386-xenial"
|
|
},
|
|
"args": {
|
|
"OCCU_VERSION": "3.37.8"
|
|
}
|
|
}
|