mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
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:
committed by
Pascal Vizeli
parent
0a6b46fe4d
commit
73dc608b82
@@ -11,12 +11,11 @@ pr: none
|
||||
|
||||
variables:
|
||||
- name: versionBuilder
|
||||
value: '2.0'
|
||||
value: "2.0"
|
||||
- group: docker
|
||||
|
||||
|
||||
jobs:
|
||||
- template: /.azure/azp-template-addon.yml
|
||||
parameters:
|
||||
addon: 'deconz'
|
||||
arch: '--armhf --amd64 --aarch64'
|
||||
addon: "deconz"
|
||||
arch: "--armhf --amd64 --aarch64"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"build_from": {
|
||||
"aarch64": "homeassistant/aarch64-base-debian:stretch",
|
||||
"amd64": "homeassistant/amd64-base-ubuntu:18.04",
|
||||
"armhf": "homeassistant/armhf-base-raspbian:stretch",
|
||||
"aarch64": "homeassistant/aarch64-base-debian:stretch"
|
||||
"armhf": "homeassistant/armhf-base-raspbian:stretch"
|
||||
},
|
||||
"args": {
|
||||
"DECONZ_VERSION": "2.05.71"
|
||||
|
||||
BIN
deconz/logo.png
BIN
deconz/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 7.4 KiB |
Reference in New Issue
Block a user