fix: use amd64-base:latest with py3-numpy/py3-pillow from apk, no compiler needed
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
2026-03-07 12:13:00 +01:00
parent 218b3c4961
commit e723b07fcd
2 changed files with 13 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
build_from:
aarch64: "python:3.12-alpine3.21"
amd64: "python:3.12-alpine3.21"
armhf: "python:3.12-alpine3.21"
armv7: "python:3.12-alpine3.21"
i386: "python:3.12-alpine3.21"
aarch64: "ghcr.io/home-assistant/aarch64-base:latest"
amd64: "ghcr.io/home-assistant/amd64-base:latest"
armhf: "ghcr.io/home-assistant/armhf-base:latest"
armv7: "ghcr.io/home-assistant/armv7-base:latest"
i386: "ghcr.io/home-assistant/i386-base:latest"