Torsten Simon %!s(int64=2) %!d(string=hai) anos
pai
achega
1cdb772fdf
Modificáronse 2 ficheiros con 5 adicións e 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