mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-06 13:44:21 +01:00
* Add YAML linter * Drop GitHub registry login as its not required at this point * Add YAML document start marker * Fix YAMLlint issues * Fix YAMLlint issues in .github yaml files * Fix YAMLlint issue in .github/dependabot.yml * Remove .github/move.yml * Set dependabot to weekly Co-authored-by: Joakim Sørensen <hi@ludeeus.dev> * Use YAML strip option where appropriate * Fix multiline string Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
16 lines
459 B
YAML
16 lines
459 B
YAML
---
|
|
build_from:
|
|
amd64: ghcr.io/home-assistant/amd64-base-debian:buster
|
|
armhf: ghcr.io/home-assistant/armhf-base-debian:buster
|
|
armv7: ghcr.io/home-assistant/armv7-base-debian:buster
|
|
codenotary:
|
|
signer: notary@home-assistant.io
|
|
base_image: notary@home-assistant.io
|
|
args:
|
|
CHERRYPY_VERSION: 18.1.1
|
|
GOOGLE_AUTH_VERSION: 1.6.3
|
|
GOOGLE_GRPC_VERSION: 0.2.0
|
|
GOOGLE_LIBRARY_VERSION: 1.0.0
|
|
GOOGLE_SDK_VERSION: 0.5.0
|
|
REQUESTS_OAUTHLIB_VERSION: 1.2.0
|