deconz: Collection of styling improvements and logo optimization (#897)

* deconz: Prettier YAML files

* deconz: Sort build.json

* deconz: Image optimization of logo
This commit is contained in:
Franck Nijhof
2019-12-18 13:57:32 +01:00
committed by Pascal Vizeli
parent 0a6b46fe4d
commit 73dc608b82
3 changed files with 9 additions and 10 deletions

View File

@@ -11,12 +11,11 @@ pr: none
variables: variables:
- name: versionBuilder - name: versionBuilder
value: '2.0' value: "2.0"
- group: docker - group: docker
jobs: jobs:
- template: /.azure/azp-template-addon.yml - template: /.azure/azp-template-addon.yml
parameters: parameters:
addon: 'deconz' addon: "deconz"
arch: '--armhf --amd64 --aarch64' arch: "--armhf --amd64 --aarch64"

View File

@@ -1,8 +1,8 @@
{ {
"build_from": { "build_from": {
"aarch64": "homeassistant/aarch64-base-debian:stretch",
"amd64": "homeassistant/amd64-base-ubuntu:18.04", "amd64": "homeassistant/amd64-base-ubuntu:18.04",
"armhf": "homeassistant/armhf-base-raspbian:stretch", "armhf": "homeassistant/armhf-base-raspbian:stretch"
"aarch64": "homeassistant/aarch64-base-debian:stretch"
}, },
"args": { "args": {
"DECONZ_VERSION": "2.05.71" "DECONZ_VERSION": "2.05.71"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB