Files
Fichero/fichero_printer/build.yaml
Tobias Leuschner 218b3c4961
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled
fix: use python:3.12-alpine3.21 from Docker Hub, rewrite run.sh without bashio
2026-03-07 12:08:34 +01:00

7 lines
183 B
YAML

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"