RTFM.
This commit is contained in:
parent
47ed45333f
commit
50813cc281
3 changed files with 7 additions and 7 deletions
6
build.yaml
Normal file
6
build.yaml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
build_from:
|
||||||
|
armhf: ghcr.io/home-assistant/armhf-base-python:latest
|
||||||
|
armv7: ghcr.io/home-assistant/armv7-base-python:latest
|
||||||
|
aarch64: ghcr.io/home-assistant/aarch64-base-python:latest
|
||||||
|
amd64: ghcr.io/home-assistant/amd64-base-python:latest
|
||||||
|
i386: ghcr.io/home-assistant/i386-base-python:latest
|
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM
|
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:latest
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
|
@ -11,12 +11,6 @@ arch:
|
||||||
- i386
|
- i386
|
||||||
map:
|
map:
|
||||||
- backup:rw
|
- backup:rw
|
||||||
build_from:
|
|
||||||
armhf: ghcr.io/home-assistant/armhf-base-python
|
|
||||||
armv7: ghcr.io/home-assistant/armv7-base-python
|
|
||||||
aarch64: ghcr.io/home-assistant/aarch64-base-python
|
|
||||||
amd64: ghcr.io/home-assistant/amd64-base-python
|
|
||||||
i386: ghcr.io/home-assistant/i386-base-python
|
|
||||||
|
|
||||||
init: false
|
init: false
|
||||||
startup: "once"
|
startup: "once"
|
||||||
|
|
Loading…
Reference in a new issue