This commit is contained in:
Alex Manning 2023-10-24 17:59:26 +01:00
parent 47ed45333f
commit 50813cc281
3 changed files with 7 additions and 7 deletions

6
build.yaml Normal file
View 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

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base:latest
FROM ${BUILD_FROM}
ENV LANG C.UTF-8

View file

@ -11,12 +11,6 @@ arch:
- i386
map:
- 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
startup: "once"