@@ -0,0 +1,4 @@
+#!/bin/bash
+
+# ARM32V7
+docker buildx build --platform linux/arm/v7 -t tsgames/solar-monitor:latest --push .
@@ -1,6 +1,7 @@
version: "3.9"
services:
python:
+ image: tsgames/solar-monitor:manifest-arm32v7
build:
context: .
restart: unless-stopped