addon-debian-base/debian-base/build.json
Franck Nijhof 3e188b5f33
🎉 Initial commit
2017-11-02 22:36:58 +01:00

11 lines
No EOL
294 B
JSON

{
"image": "hassioaddons/debian-base-{arch}",
"squash": true,
"build_from": {
"aarch64": "arm64v8/debian:stretch-slim",
"amd64": "debian:stretch-slim",
"armhf": "arm32v7/debian:stretch-slim",
"i386": "i386/debian:stretch-slim"
},
"args": {}
}