Torsten Simon hace 2 años
padre
commit
1cdb772fdf
Se han modificado 2 ficheros con 5 adiciones y 0 borrados
  1. 4 0
      build.sh
  2. 1 0
      docker-compose.yml

+ 4 - 0
build.sh

@@ -0,0 +1,4 @@
+#!/bin/bash
+
+# ARM32V7
+docker buildx build --platform linux/arm/v7 -t tsgames/solar-monitor:latest --push .

+ 1 - 0
docker-compose.yml

@@ -1,6 +1,7 @@
 version: "3.9"
 services:
   python:
+      image: tsgames/solar-monitor:manifest-arm32v7
       build: 
         context: .
       restart: unless-stopped