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
@@ -3,20 +3,19 @@
|
|||||||
trigger:
|
trigger:
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- master
|
- master
|
||||||
paths:
|
paths:
|
||||||
include:
|
include:
|
||||||
- deconz/*
|
- deconz/*
|
||||||
pr: none
|
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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
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